Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit b8c7d55

Browse files
authored
Merge pull request #125 from philips-software/dependabot/docker/golang-1.24.1
Bump golang from 1.23.4 to 1.24.1
2 parents 3ba0442 + 3779a29 commit b8c7d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23.4 as builder
1+
FROM golang:1.24.1 as builder
22
WORKDIR /build
33
COPY go.mod .
44
COPY go.sum .

0 commit comments

Comments
 (0)