update build env
This commit is contained in:
@ -5,10 +5,10 @@ stages:
|
||||
variables:
|
||||
IMAGE_NAME: registry.hottis.de/dockerized/mosquitto-with-auth
|
||||
HUB_IMAGE_NAME: wollud1969/mosquitto-with-auth
|
||||
GO_BINARIES: go1.14.4.linux-amd64.tar.gz
|
||||
GO_BINARIES: go1.19.1.linux-amd64.tar.gz
|
||||
build:
|
||||
stage: build
|
||||
image: registry.hottis.de/dockerized/base-build-env:latest
|
||||
image: registry.hottis.de/dockerized/base-build-env:1.5.3-bullseye
|
||||
tags:
|
||||
- hottis
|
||||
- linux
|
||||
@ -24,7 +24,7 @@ build:
|
||||
- generated-version.txt
|
||||
script:
|
||||
- apt update
|
||||
- apt install -y gcc g++ libssl-dev uuid-dev libcjson-dev xsltproc docbook docbook-xsl libmariadbclient-dev libwebsockets-dev
|
||||
- apt install -y gcc g++ libssl-dev uuid-dev libcjson-dev xsltproc docbook docbook-xsl libmariadb-dev libwebsockets-dev
|
||||
- wget https://dl.google.com/go/$GO_BINARIES
|
||||
- tar -xzf $GO_BINARIES
|
||||
- mv go /usr/local
|
||||
|
Reference in New Issue
Block a user