Skip to content

Commit

Permalink
Merge pull request #1364 from bgilbert/f36
Browse files Browse the repository at this point in the history
Dockerfile.validate: build with Fedora 36
  • Loading branch information
bgilbert committed May 10, 2022
2 parents 801a2ae + 816b475 commit 8c03e60
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:35 AS builder
FROM registry.fedoraproject.org/fedora:36 AS builder
RUN dnf install -y golang git-core
RUN mkdir /ignition-validate
COPY . /ignition-validate
Expand Down

0 comments on commit 8c03e60

Please sign in to comment.