Skip to content

Commit 3bd6b75

Browse files
m-Peterpeterargue
andcommitted
Update Dockerfile to use go's latest patch
Co-authored-by: Peter Argue <[email protected]>
1 parent 5845f8a commit 3bd6b75

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,6 +1,6 @@
11
# BUILD BIN
22

3-
FROM golang:1.23.0 as app-builder
3+
FROM golang:1.23 as app-builder
44

55
# Build the app binary in /app
66
WORKDIR /app

0 commit comments

Comments
 (0)