Skip to content

Commit

Permalink
chore(deps): pin golang docker tag to 13aaa4b (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 7, 2025
1 parent 1af582b commit 8d5e8f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build Step
FROM golang:1.23.4-alpine as builder
FROM golang:1.23.4-alpine@sha256:13aaa4b92fd4dc81683816b4b62041442e9f685deeb848897ce78c5e2fb03af7 as builder

# Dependencies
RUN apk update && apk add --no-cache make git
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.pack
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build Step
FROM golang:1.23.4-alpine as builder
FROM golang:1.23.4-alpine@sha256:13aaa4b92fd4dc81683816b4b62041442e9f685deeb848897ce78c5e2fb03af7 as builder

# Dependencies
RUN apk update && apk add --no-cache upx make git
Expand Down

0 comments on commit 8d5e8f9

Please sign in to comment.