Skip to content

Commit

Permalink
Fix missed items in LibreSSL 3.9.1
Browse files Browse the repository at this point in the history
I forgot to hit save
  • Loading branch information
SeanTAllen committed Apr 18, 2024
1 parent cbaf24f commit 9266985
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions x86-64-unknown-linux-builder-with-libressl-3.9.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ ARG FROM_TAG=release
FROM ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder:${FROM_TAG}

RUN cd /tmp && \
wget https://cdn.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.7.3.tar.gz && \
tar xf libressl-3.7.3.tar.gz && \
cd libressl-3.7.3/ && \
wget https://cdn.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.9.1.tar.gz && \
tar xf libressl-3.9.1.tar.gz && \
cd libressl-3.9.1/ && \
./configure && \
make install && \
cd /tmp && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DOCKERFILE_DIR="$(dirname "$0")"

## GitHub Container Registry

NAME="ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-libressl-3.7.3"
NAME="ghcr.io/ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-libressl-3.9.1"

# built from x86-64-unknown-linux-builder release tag
FROM_TAG=release
Expand Down

0 comments on commit 9266985

Please sign in to comment.