Skip to content

Commit

Permalink
Merge pull request #249 from philips-software/dependabot/docker/initc…
Browse files Browse the repository at this point in the history
…ontainer/golang-1.23.1

Bump golang from 1.22.5 to 1.23.1 in /initcontainer
  • Loading branch information
loafoe authored Sep 10, 2024
2 parents dfe8840 + d4c8ba9 commit 1e5aa4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.5 AS builder
FROM golang:1.23.1 AS builder

WORKDIR /out
COPY go.mod .
Expand Down

0 comments on commit 1e5aa4a

Please sign in to comment.