Skip to content

Commit

Permalink
Back to Fedora 40, but use openssl from release 39
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindhagberg committed Jul 31, 2024
1 parent c4864c3 commit 7b8d0ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions ci/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
FROM fedora:39
FROM fedora:latest
MAINTAINER [email protected]
EXPOSE 80 443
LABEL [email protected]
LABEL description="Web server with CGI scripts for Nivlheim"
ARG BRANCH=""

RUN dnf install -y httpd mod_ssl openssl perl procps-ng \
RUN dnf install -y httpd mod_ssl perl procps-ng \
unzip file bind-utils npm \
perl-Archive-Tar perl-Archive-Zip perl-CGI perl-Crypt-OpenSSL-X509 \
perl-DBD-Pg perl-DBI perl-Digest-CRC perl-Encode \
perl-File-Basename perl-File-Path perl-File-Temp \
perl-JSON perl-Log-Log4perl perl-Log-Dispatch perl-Log-Dispatch-FileRotate \
perl-Net-CIDR perl-Net-DNS perl-Net-IP \
perl-Proc-PID-File perl-Time-Piece \
&& dnf install -y --releasever=39 openssl \
&& dnf clean all \
&& rm -rf /var/cache/yum \
&& npm install -g handlebars
Expand Down
2 changes: 1 addition & 1 deletion ci/docker/client_Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:39
FROM fedora:latest
MAINTAINER [email protected]
LABEL [email protected]
LABEL description="Nivlheim client, used for CI and testing"
Expand Down

0 comments on commit 7b8d0ba

Please sign in to comment.