Skip to content

Commit

Permalink
chore(nginx): update dockerfile label version
Browse files Browse the repository at this point in the history
Signed-off-by: S. Ali Mihandoost <[email protected]>
  • Loading branch information
alimd authored Feb 7, 2025
1 parent 7dd93ed commit 65325a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.27.2-alpine-slim" \
org.opencontainers.image.version="1.27.2" \
org.opencontainers.image.ref.name="1.27.2-alpine-slim" \
org.opencontainers.image.base.name="docker.io/library/nginx:1.27.4-alpine-slim" \
org.opencontainers.image.version="1.27.4" \
org.opencontainers.image.ref.name="1.27.4-alpine-slim" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.created=${BUILD_DATE} \
org.opencontainers.image.revision=${BUILD_REV} \
Expand Down

0 comments on commit 65325a7

Please sign in to comment.