Skip to content

Commit

Permalink
fix: Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored May 18, 2023
1 parent 22ef016 commit 2683d63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/radiorabe/s2i-core:2.0.0-alpha.9
FROM ghcr.io/radiorabe/s2i-core:2.0.0-alpha.13

RUN microdnf install -y \
autoconf \
Expand All @@ -25,4 +25,4 @@ RUN microdnf install -y \
wget \
which \
zlib-devel \
&& microdnf clean all
&& microdnf clean all

0 comments on commit 2683d63

Please sign in to comment.