Skip to content

Commit

Permalink
revert NGINX to alpine v3.18 as we were getting lib SSL symbol errors…
Browse files Browse the repository at this point in the history
… with v3.19
  • Loading branch information
mmguero committed Jan 16, 2024
1 parent 204d5b8 commit 3a471ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/nginx.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN find /site -type f -name "*.md" -exec sed -i "s/{{[[:space:]]*site.github.bu
find /site/_site -type f -name "*.html" -exec sed -i 's@\(href=\)"/"@\1"/readme/"@g' "{}" \;

# build NGINX image
FROM alpine:3.19
FROM alpine:3.18

LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
Expand Down

0 comments on commit 3a471ec

Please sign in to comment.