Skip to content

Commit

Permalink
Update golang dep version.
Browse files Browse the repository at this point in the history
  • Loading branch information
BusterNeece committed Aug 29, 2024
1 parent 167a59e commit 6ac9447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Golang dependencies build step
#
FROM golang:1.22-bookworm AS go-dependencies
FROM golang:1.23-bookworm AS go-dependencies

RUN apt-get update \
&& apt-get install -y --no-install-recommends openssl git
Expand Down

0 comments on commit 6ac9447

Please sign in to comment.