Skip to content

Commit

Permalink
Merge pull request #57 from hatamiarash7/renovate/golang-1.x
Browse files Browse the repository at this point in the history
Update golang Docker tag to v1.21.3
  • Loading branch information
hatamiarash7 authored Oct 19, 2023
2 parents 4ce8e4f + a881d18 commit e187c09
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 e187c09

Please sign in to comment.