Skip to content
Snippets Groups Projects
Commit dd5d7e3c authored by Arran Walker's avatar Arran Walker
Browse files

Upgrade Go to 1.21.3

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