Skip to content

Commit

Permalink
chore(deps): bump library/nginx from 1.25.3-alpine3.18-slim to 1.25.4…
Browse files Browse the repository at this point in the history
…-alpine3.18-slim in /nginx (#31)
  • Loading branch information
alimd authored Mar 28, 2024
2 parents fdfea9a + b7812f9 commit 3f92cc1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/nginx:1.25.3-alpine3.18-slim
FROM docker.io/library/nginx:1.25.4-alpine3.18-slim

RUN rm -rfv /docker-entrypoint* /etc/nginx/conf.d/* /etc/nginx/nginx.conf /var/www/html /usr/share/nginx/html /data
COPY etc/nginx/ /etc/nginx/
Expand All @@ -20,9 +20,9 @@ ARG BUILD_REV
ARG BUILD_DATE
LABEL org.opencontainers.image.title="alwatr/nginx" \
org.opencontainers.image.description="The slim (lightweight) version of the NGINX web server, packaged by Alwatr." \
org.opencontainers.image.base.name="docker.io/library/nginx:1.25.3-alpine3.18-slim" \
org.opencontainers.image.version="1.25.3" \
org.opencontainers.image.ref.name="1.25.3-alpine3.18-slim" \
org.opencontainers.image.base.name="docker.io/library/nginx:1.25.4-alpine3.18-slim" \
org.opencontainers.image.version="1.25.4" \
org.opencontainers.image.ref.name="1.25.4-alpine3.18-slim" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.created=${BUILD_DATE} \
org.opencontainers.image.revision=${BUILD_REV} \
Expand Down

0 comments on commit 3f92cc1

Please sign in to comment.