Skip to content

Commit

Permalink
update the golang version used in the container
Browse files Browse the repository at this point in the history
Signed-off-by: Masanori Yoshida <[email protected]>
  • Loading branch information
siburu committed Dec 19, 2024
1 parent fc2c4be commit 145387f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simapp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.9-bullseye
FROM golang:1.22.10-bullseye

COPY . /root/
WORKDIR /root/simapp
Expand Down

0 comments on commit 145387f

Please sign in to comment.