Skip to content

Commit

Permalink
Change BASE_IMAGE to Fedora 39
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Feb 15, 2024
1 parent 7d6bdb8 commit a08c884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: GPL-2.0-or-later
#

ARG BASE_IMAGE="registry.fedoraproject.org/fedora:latest"
ARG BASE_IMAGE="registry.fedoraproject.org/fedora:39"
ARG COPR_REPO=""

################################################################################
Expand Down
2 changes: 1 addition & 1 deletion tests/bin/init-workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ "$BASE64_OS" != "" ]
then
OS_VERSION=$(echo "$BASE64_OS" | base64 -d)
else
OS_VERSION=latest
OS_VERSION=39
fi

BASE_IMAGE=registry.fedoraproject.org/fedora:$OS_VERSION
Expand Down

0 comments on commit a08c884

Please sign in to comment.