Skip to content

Commit

Permalink
Fix incorrect golang digest for golang-1.22.5 image (#3401)
Browse files Browse the repository at this point in the history
  • Loading branch information
luhi-DT committed Jul 3, 2024
1 parent 97a71ef commit fd0e610
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,5 +1,5 @@
# setup build image
FROM golang:1.22.5@sha256:45c516d2adb456d6a0ca3cc5172013abbf65d5152dbd5f9edffaa63fbf96a96d AS go-base
FROM golang:1.22.5@sha256:1a9b9cc9929106f9a24359581bcf35c7a6a3be442c1c53dc12c41a106c1daca8 AS go-base
RUN \
--mount=type=cache,target=/var/cache/apt \
apt-get update && apt-get install -y libbtrfs-dev libdevmapper-dev
Expand Down

0 comments on commit fd0e610

Please sign in to comment.