Skip to content

Commit

Permalink
parking-offstreet-sta: use go 1.21.5 also in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Jan 11, 2024
1 parent 0e9d857 commit eeb03cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.4-bookworm
FROM golang:1.21.5-bookworm

# install if docker host doesn't has libc6 installed
RUN apt-get update && apt-get install -y libc6
Expand Down

0 comments on commit eeb03cb

Please sign in to comment.