mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
Update Dockerfile
This commit is contained in:
parent
a73173309c
commit
8c2155407a
@ -30,7 +30,7 @@ RUN set -x \
|
|||||||
&& mv /src/docker/nginx-server.conf ./etc/nginx/conf.d/default.conf
|
&& mv /src/docker/nginx-server.conf ./etc/nginx/conf.d/default.conf
|
||||||
|
|
||||||
# Image page: <https://hub.docker.com/_/nginx>
|
# 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 \
|
LABEL \
|
||||||
# Docs: <https://github.com/opencontainers/image-spec/blob/master/annotations.md>
|
# Docs: <https://github.com/opencontainers/image-spec/blob/master/annotations.md>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user