Skip to content

Commit

Permalink
Merge pull request #149 from TUM-Dev/dependabot/docker/golang-1.21-al…
Browse files Browse the repository at this point in the history
…pine3.17

Bump golang from 1.20-alpine3.17 to 1.21-alpine3.17
  • Loading branch information
CommanderStorm authored Sep 14, 2023
2 parents 49f9d34 + 66cef01 commit 4af351f
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.20-alpine3.17 as builder
FROM golang:1.21-alpine3.17 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 4af351f

Please sign in to comment.