Skip to content

Commit

Permalink
Dockerfile: default to Fedora 39 instead of 38
Browse files Browse the repository at this point in the history
The action uses an external service to figure out what the current
version is, but as long as we have hardwired default, might as well keep
it up to date.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
  • Loading branch information
nalind committed Apr 1, 2024
1 parent 1711426 commit a97bbdd
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
@@ -1,4 +1,4 @@
ARG FEDORARELEASE=38
ARG FEDORARELEASE=39
FROM registry.fedoraproject.org/fedora:${FEDORARELEASE}
RUN dnf -y distro-sync && dnf -y install --setopt install_weak_deps=0 qemu-user-static /usr/bin/mount /usr/bin/chcon && dnf clean all
COPY LICENSE entrypoint.sh /
Expand Down

0 comments on commit a97bbdd

Please sign in to comment.