Skip to content

Commit

Permalink
Update to Fedora 38
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzymadness authored and zmiklank committed May 2, 2023
1 parent 8be1c0a commit 7e2c916
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion base/Dockerfile.fedora
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This image is the base image for all OpenShift v3 language container images.
FROM quay.io/fedora/s2i-core:37
FROM quay.io/fedora/s2i-core:38

ENV SUMMARY="Base image with essential libraries and tools used as a base for \
builder images like perl, python, ruby, etc." \
Expand Down
4 changes: 2 additions & 2 deletions core/Dockerfile.fedora
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# This image is the base image for all s2i configurable container images.
FROM quay.io/fedora/fedora:37
FROM quay.io/fedora/fedora:38

ENV SUMMARY="Base image which allows using of source-to-image." \
DESCRIPTION="The s2i-core image provides any images layered on top of it \
with all the tools needed to use source-to-image functionality while keeping \
the image size as small as possible." \
NAME=s2i-core \
VERSION=37 \
VERSION=38 \
ARCH=x86_64

LABEL summary="$SUMMARY" \
Expand Down

0 comments on commit 7e2c916

Please sign in to comment.