Skip to content
Snippets Groups Projects
Commit bb41623b authored by Axel von Bertoldi's avatar Axel von Bertoldi
Browse files

Merge branch 'sh-update-go' into 'main'

parents 2fb4f9de 22afc847
No related branches found
No related tags found
No related merge requests found
FROM golang:1.21.3-alpine3.18 FROM golang:1.21.8-alpine3.18
# Force build - 2022-10-03T17:42:00+0000 # Force build - 2022-10-03T17:42:00+0000
RUN apk add --no-cache make git py-pip bash curl && \ RUN apk add --no-cache make git py-pip bash curl && \
......
variables: variables:
USE_CONTAINER: "true" USE_CONTAINER: "true"
CI_IMAGE: registry.gitlab.com/gitlab-org/ci-cd/docker-machine/ci:go1.21.3-alpine3.18 CI_IMAGE: registry.gitlab.com/gitlab-org/ci-cd/docker-machine/ci:go1.21.8-alpine3.18
DOCKER_VERSION: "20.10.12" DOCKER_VERSION: "20.10.12"
default: default:
......
FROM golang:1.21.3 FROM golang:1.21.8
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
openssh-client \ openssh-client \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment