Skip to content

Commit

Permalink
Build with go-1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Feb 21, 2024
1 parent 4386516 commit 11b1bbc
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
Expand Up @@ -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 \
Expand Down

0 comments on commit 11b1bbc

Please sign in to comment.