Skip to content
Snippets Groups Projects
Unverified Commit 22afc847 authored by Stan Hu's avatar Stan Hu
Browse files

Update to Go 1.21.8

parent c6a296fc
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