Skip to content

Commit 94bd21c

Browse files
committed
feat: nbc downloads for iso, update cache
Signed-off-by: Brian Ketelsen <[email protected]>
1 parent dc1bac4 commit 94bd21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN --mount=type=bind,from=ctx,source=/,target=/ctx \
2020
--mount=type=tmpfs,dst=/tmp \
2121
apt-get update && \
2222
apt-get install -y wget && \
23-
wget -O /tmp/nbc.deb https://github.com/frostyard/nbc/releases/download/v0.12.0/nbc_0.12.0_amd64.deb && \
23+
wget -O /tmp/nbc.deb https://github.com/frostyard/nbc/releases/download/v0.12.1/nbc_0.12.1_amd64.deb && \
2424
wget -O /tmp/snow-first-setup.deb https://github.com/frostyard/first-setup/releases/download/continuous/snow-first-setup.deb && \
2525
wget -O /tmp/chairlift.deb https://github.com/frostyard/chairlift/releases/download/continuous/chairlift.deb && \
2626
apt-get install -y /tmp/snow-first-setup.deb && \

0 commit comments

Comments
 (0)