We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ffcb9 commit c1395dbCopy full SHA for c1395db
Containers/imaginary/Dockerfile
@@ -1,7 +1,7 @@
1
# syntax=docker/dockerfile:latest
2
FROM golang:1.24.3-alpine3.21 AS go
3
4
-ENV IMAGINARY_HASH=1d4e251cfcd58ea66f8361f8721d7b8cc85002a3
+ENV IMAGINARY_HASH=6a274b488759a896aff02f52afee6e50b5e3a3ee
5
6
RUN set -ex; \
7
apk upgrade --no-cache -a; \
0 commit comments