Skip to content

Commit

Permalink
Update golang Docker tag to v1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2023
1 parent 84daa98 commit a881d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM --platform=${BUILDPLATFORM:-linux/amd64} alpine:3.18.4 as certs

RUN apk --update add ca-certificates

FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.21.1 as builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.21.3 as builder

ARG TARGETPLATFORM
ARG BUILDPLATFORM
Expand Down

0 comments on commit a881d18

Please sign in to comment.