File tree 6 files changed +10
-10
lines changed
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ LABEL org.opencontainers.image.title="alwatr/nginx-cdn" \
31
31
org.opencontainers.image.description="This is a high-performance version of NGINX, which has been enhanced by Alwatr for the purpose of serving static content efficiently." \
32
32
org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:3.3.3" \
33
33
org.opencontainers.image.version="3.3.3" \
34
- org.opencontainers.image.ref.name="3.3.3-nginx1.27.2 -alpine-slim" \
34
+ org.opencontainers.image.ref.name="3.3.3-nginx1.25.5 -alpine-slim" \
35
35
org.opencontainers.image.licenses="MIT" \
36
36
org.opencontainers.image.created=${BUILD_DATE} \
37
37
org.opencontainers.image.revision=${BUILD_REV} \
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ ARG BUILD_DATE
54
54
LABEL org.opencontainers.image.title="alwatr/nginx-core" \
55
55
org.opencontainers.image.description="This is a high-performance version of NGINX, which has been enhanced by Alwatr for the purpose of serving static content efficiently." \
56
56
org.opencontainers.image.base.name="ghcr.io/alwatr/nginx:3.3.3" \
57
- org.opencontainers.image.version="3.3.3-nginx1.27.2 " \
58
- org.opencontainers.image.ref.name="3.3.3-nginx1.27.2 -alpine-slim" \
57
+ org.opencontainers.image.version="3.3.3-nginx1.25.5 " \
58
+ org.opencontainers.image.ref.name="3.3.3-nginx1.25.5 -alpine-slim" \
59
59
org.opencontainers.image.licenses="MIT" \
60
60
org.opencontainers.image.created=${BUILD_DATE} \
61
61
org.opencontainers.image.revision=${BUILD_REV} \
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ LABEL org.opencontainers.image.title="alwatr/nginx-json" \
31
31
org.opencontainers.image.description="This is a high-performance version of NGINX, which has been enhanced by Alwatr for the purpose of serving JSON content efficiently." \
32
32
org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:3.3.3" \
33
33
org.opencontainers.image.version="3.3.3" \
34
- org.opencontainers.image.ref.name="3.3.3-nginx1.27.2 -alpine-slim" \
34
+ org.opencontainers.image.ref.name="3.3.3-nginx1.25.5 -alpine-slim" \
35
35
org.opencontainers.image.licenses="MIT" \
36
36
org.opencontainers.image.created=${BUILD_DATE} \
37
37
org.opencontainers.image.revision=${BUILD_REV} \
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ LABEL org.opencontainers.image.title="alwatr/nginx-pwa" \
32
32
org.opencontainers.image.description="This is a high-performance version of NGINX, which has been enhanced by Alwatr for the purpose of serving PWA efficiently." \
33
33
org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:3.3.3" \
34
34
org.opencontainers.image.version="3.3.3" \
35
- org.opencontainers.image.ref.name="3.3.3-nginx1.27.2 -alpine-slim" \
35
+ org.opencontainers.image.ref.name="3.3.3-nginx1.25.5 -alpine-slim" \
36
36
org.opencontainers.image.licenses="MIT" \
37
37
org.opencontainers.image.created=${BUILD_DATE} \
38
38
org.opencontainers.image.revision=${BUILD_REV} \
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ LABEL org.opencontainers.image.title="alwatr/nginx-ws" \
31
31
org.opencontainers.image.description="This is a high-performance version of NGINX, which has been enhanced by Alwatr for the purpose of serving static website content efficiently." \
32
32
org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:3.3.3" \
33
33
org.opencontainers.image.version="3.3.3" \
34
- org.opencontainers.image.ref.name="3.3.3-nginx1.27.2 -alpine-slim" \
34
+ org.opencontainers.image.ref.name="3.3.3-nginx1.25.5 -alpine-slim" \
35
35
org.opencontainers.image.licenses="MIT" \
36
36
org.opencontainers.image.created=${BUILD_DATE} \
37
37
org.opencontainers.image.revision=${BUILD_REV} \
Original file line number Diff line number Diff line change 1
- FROM docker.io/library/nginx:1.27.2 -alpine-slim
1
+ FROM docker.io/library/nginx:1.25.5 -alpine-slim
2
2
3
3
RUN rm -rfv /docker-entrypoint* /etc/nginx/conf.d/* /etc/nginx/nginx.conf /var/www/html /usr/share/nginx/html /data
4
4
COPY etc/nginx/ /etc/nginx/
@@ -20,9 +20,9 @@ ARG BUILD_REV
20
20
ARG BUILD_DATE
21
21
LABEL org.opencontainers.image.title="alwatr/nginx" \
22
22
org.opencontainers.image.description="The slim (lightweight) version of the NGINX web server, packaged by Alwatr." \
23
- org.opencontainers.image.base.name="docker.io/library/nginx:1.27.2 -alpine-slim" \
24
- org.opencontainers.image.version="1.27.2 " \
25
- org.opencontainers.image.ref.name="1.27.2 -alpine-slim" \
23
+ org.opencontainers.image.base.name="docker.io/library/nginx:1.25.5 -alpine-slim" \
24
+ org.opencontainers.image.version="1.25.5 " \
25
+ org.opencontainers.image.ref.name="1.25.5 -alpine-slim" \
26
26
org.opencontainers.image.licenses="MIT" \
27
27
org.opencontainers.image.created=${BUILD_DATE} \
28
28
org.opencontainers.image.revision=${BUILD_REV} \
You can’t perform that action at this time.
0 commit comments