Skip to content

Commit

Permalink
Fix format as per updated rules
Browse files Browse the repository at this point in the history
  • Loading branch information
eingress committed Nov 27, 2024
1 parent 0da09f8 commit 0c6cf08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ARG ALPINE_VERSION

FROM alpine:$ALPINE_VERSION as builder
FROM alpine:${ALPINE_VERSION:-3.20} AS builder

ARG NGINX_VERSION

Expand Down Expand Up @@ -60,7 +60,7 @@ RUN chown -R nginx /usr/local/nginx/html

FROM scratch

LABEL maintainer "Scott Mathieson <[email protected]>"
LABEL maintainer="Scott Mathieson <[email protected]>"

COPY --from=builder /usr/local/nginx /usr/local/nginx
COPY --from=builder /etc/passwd /etc/group /etc/
Expand Down

0 comments on commit 0c6cf08

Please sign in to comment.