Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam authored Jul 20, 2021
1 parent a731733 commit 8c21554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN set -x \
&& mv /src/docker/nginx-server.conf ./etc/nginx/conf.d/default.conf

# Image page: <https://hub.docker.com/_/nginx>
FROM --platform=${TARGETPLATFORM:-linux/amd64} nginx:1.19-alpine as runtime
FROM nginx:1.21-alpine as runtime

LABEL \
# Docs: <https://github.com/opencontainers/image-spec/blob/master/annotations.md>
Expand Down

0 comments on commit 8c21554

Please sign in to comment.