Skip to content

Commit

Permalink
bumped golang to 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Dec 2, 2024
1 parent 8e5d821 commit d123f50
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
@@ -1,4 +1,4 @@
FROM golang:1.23-alpine3.19 as builder
FROM golang:1.23-alpine3.20 as builder

# Ca-certificates are required to call HTTPS endpoints.
RUN apk update && apk add --no-cache ca-certificates tzdata alpine-sdk bash && update-ca-certificates
Expand Down

0 comments on commit d123f50

Please sign in to comment.