Skip to content

Commit ec148e3

Browse files
authored
Downgrade u-root second attempt (#174)
1 parent c70a44c commit ec148e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ RUN curl -fLsS https://sourceforge.net/projects/e1000/files/ice%20stable/${ICE_V
2222

2323
# ipmitool from bookworm is broken and returns with error on most commands, seems fixed
2424
# 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
25+
FROM golang:1.24-bookworm AS initrd-builder
26+
ENV UROOT_GIT_SHA_OR_TAG=v0.14.0
2727
RUN apt-get update \
2828
&& apt-get install -y --no-install-recommends \
2929
ca-certificates \

0 commit comments

Comments
 (0)