Skip to content

Commit

Permalink
fix: Pin prebuilds to Fedora 40
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpinder committed Nov 1, 2024
1 parent 099785e commit 69851a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.fedora
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE="registry.fedoraproject.org/fedora-toolbox"
ARG BASE_IMAGE="registry.fedoraproject.org/fedora-toolbox:40"
FROM $BASE_IMAGE

RUN dnf -y install dnf-plugins-core \
Expand Down
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ build-scripts:
DO --pass-args +SAVE_IMAGE --IMAGE="$IMAGE/build-scripts"

blue-build-cli-prebuild:
ARG BASE_IMAGE="registry.fedoraproject.org/fedora-toolbox"
ARG BASE_IMAGE="registry.fedoraproject.org/fedora-toolbox:40"
FROM DOCKERFILE -f Dockerfile.fedora .

COPY --platform=native (+digest/base-image-digest --BASE_IMAGE=$BASE_IMAGE) /base-image-digest
Expand Down

0 comments on commit 69851a5

Please sign in to comment.