diff --git a/Dockerfile b/Dockerfile index 60ac55d..0ceda21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN curl -fLsS https://sourceforge.net/projects/e1000/files/ice%20stable/${ICE_V && mv ice-${ICE_VERSION}/ddp/ice-${ICE_PKG_VERSION}.pkg /work/ice.pkg # ipmitool from bookworm is broken and returns with error on most commands -FROM golang:1.20-bullseye as initrd-builder +FROM golang:1.22-bullseye as initrd-builder ENV UROOT_GIT_SHA_OR_TAG=v0.13.0 RUN apt-get update \ && apt-get install -y --no-install-recommends \