Skip to content

Commit

Permalink
build: update Go builder version to v1.19.13 (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoshkin authored Oct 21, 2024
1 parent a39cd97 commit daf69ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.devkit
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM goreleaser/goreleaser:v1.24.0 as goreleaser
FROM docker:27.1 as docker
FROM vmware/govc:v0.36.0 as govc

FROM golang:1.19.3-alpine3.15 as builder
FROM golang:1.19.13-alpine3.18 as builder

# NOTE(jkoelker) since this is a multistage build we
# can have an explosion at the layer
Expand All @@ -24,7 +24,7 @@ RUN apk add --no-cache \
ARG BUILDARCH

# NOTE(jkoelker) From here we care about layers
FROM golang:1.19.3-alpine3.15
FROM golang:1.19.13-alpine3.18

ARG ANSIBLE_VERSION=6.3.0
ARG DOCKER_PY_VERSION=5.0.3
Expand Down

0 comments on commit daf69ac

Please sign in to comment.