Skip to content

Commit

Permalink
chore: further specify version number for golang image (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvanzuijlen authored Jul 1, 2024
1 parent 8f47078 commit eb2db75
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,4 +1,4 @@
FROM --platform=${BUILDPLATFORM} golang:1.22-bookworm@sha256:96788441ff71144c93fc67577f2ea99fd4474f8e45c084e9445fe3454387de5b AS builder
FROM --platform=${BUILDPLATFORM} golang:1.22.4-bookworm@sha256:96788441ff71144c93fc67577f2ea99fd4474f8e45c084e9445fe3454387de5b AS builder

WORKDIR /src/

Expand Down

0 comments on commit eb2db75

Please sign in to comment.