Skip to content

Commit

Permalink
Dockerfile.validate: update to quay.io Fedora 39
Browse files Browse the repository at this point in the history
Updating Dockerfile due to F39 relase, using quay.io

See: coreos/fedora-coreos-tracker#1490
  • Loading branch information
c4rt0 committed Feb 12, 2024
1 parent 4416dbb commit 9589534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.validate
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:38 AS builder
FROM quay.io/fedora/fedora:39 AS builder
RUN dnf install -y golang git-core
RUN mkdir /ignition-validate
COPY . /ignition-validate
Expand Down

0 comments on commit 9589534

Please sign in to comment.