Skip to content

Commit

Permalink
Bump to 8.21.1 & nodejs 20.18.1 & nginx 1.27.3
Browse files Browse the repository at this point in the history
  • Loading branch information
epoweripione committed Dec 7, 2024
1 parent d476426 commit b8a98d1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM node:lts-alpine3.20
LABEL Maintainer="Ansley Leung" \
Description="Hexo with theme NexT: Auto generate and deploy website use GITHUB webhook" \
License="MIT License" \
Nodejs="20.18.0" \
Nginx="1.27.2" \
Version="8.21.0"
Nodejs="20.18.1" \
Nginx="1.27.3" \
Version="8.21.1"

# RUN OS_VERSION_ID=$(head -n1 /etc/alpine-release | cut -d'.' -f1-2) && \
# echo "https://mirror.sjtu.edu.cn/alpine/v${OS_VERSION_ID}/main" | tee "/etc/apk/repositories" && \
Expand All @@ -27,10 +27,10 @@ RUN set -ex && \
# mainline:
# https://github.com/nginxinc/docker-nginx/tree/master/mainline/alpine-slim
# https://github.com/nginxinc/docker-nginx/tree/master/mainline/alpine
ENV NGINX_VERSION 1.27.2
ENV NGINX_VERSION 1.27.3
ENV PKG_RELEASE 1
ENV DYNPKG_RELEASE 1
ENV NJS_VERSION 0.8.6
ENV NJS_VERSION 0.8.7
ENV NJS_RELEASE 1

RUN set -x \
Expand Down Expand Up @@ -90,7 +90,7 @@ RUN set -x \
export HOME=${tempDir} \
&& cd ${tempDir} \
&& curl -f -O https://hg.nginx.org/pkg-oss/archive/${NGINX_VERSION}-${PKG_RELEASE}.tar.gz \
&& PKGOSSCHECKSUM=\"6982e2df739645fc72db5bdf994032f799718230e7016e811d9d482e5cf41814c888660ca9a68814d5e99ab571e892ada3bd43166e720cbf04c7f85b6934772c *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \
&& PKGOSSCHECKSUM=\"5617feecfb441cd972b9ac51a2fd78384a3d2bde2f399163be0746d44ec8f7d8c47234af4f6b0012667c3d0446cced521f55f8f71254415e3766c2e3802bf960 *${NGINX_VERSION}-${PKG_RELEASE}.tar.gz\" \
&& if [ \"\$(openssl sha512 -r ${NGINX_VERSION}-${PKG_RELEASE}.tar.gz)\" = \"\$PKGOSSCHECKSUM\" ]; then \
echo \"pkg-oss tarball checksum verification succeeded!\"; \
else \
Expand Down

0 comments on commit b8a98d1

Please sign in to comment.