Skip to content

Commit

Permalink
Updated nginx version in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Dec 22, 2020
1 parent c56994c commit 1d193f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -5,7 +5,7 @@ ENV VERSION ${VERSION}
RUN cd /shlink-web-client && \
npm install && npm run build -- ${VERSION} --no-dist

FROM nginx:1.19.3-alpine
FROM nginx:1.19.6-alpine
LABEL maintainer="Alejandro Celaya <alejandro@alejandrocelaya.com>"
RUN rm -r /usr/share/nginx/html && rm /etc/nginx/conf.d/default.conf
COPY config/docker/nginx.conf /etc/nginx/conf.d/default.conf
Expand Down

0 comments on commit 1d193f1

Please sign in to comment.