Skip to content

Commit

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

Bump golang from 1.22-alpine3.19 to 1.23-alpine3.19
  • Loading branch information
CommanderStorm authored Dec 2, 2024
2 parents 59beb57 + 9d273af commit 8e5d821
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.22-alpine3.19 as builder
FROM golang:1.23-alpine3.19 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 8e5d821

Please sign in to comment.