We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70a44c commit ec148e3Copy full SHA for ec148e3
Dockerfile
@@ -22,8 +22,8 @@ RUN curl -fLsS https://sourceforge.net/projects/e1000/files/ice%20stable/${ICE_V
22
23
# ipmitool from bookworm is broken and returns with error on most commands, seems fixed
24
# sgdisk from debian:13 is broken and creates a corrupt GPT partition layout
25
-FROM golang:1.25-bookworm AS initrd-builder
26
-ENV UROOT_GIT_SHA_OR_TAG=v0.15.0
+FROM golang:1.24-bookworm AS initrd-builder
+ENV UROOT_GIT_SHA_OR_TAG=v0.14.0
27
RUN apt-get update \
28
&& apt-get install -y --no-install-recommends \
29
ca-certificates \
0 commit comments