We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40de18a + 29de87c commit 504ec97Copy full SHA for 504ec97
Dockerfile
@@ -4,7 +4,7 @@ RUN cd /shlink-api-spec && \
4
npm ci && \
5
npm run build
6
7
-FROM nginx:1.29.3-alpine
+FROM nginx:1.29.4-alpine
8
LABEL maintainer="Alejandro Celaya <[email protected]>"
9
RUN rm -r /usr/share/nginx/html && rm /etc/nginx/conf.d/default.conf
10
COPY config/docker/nginx.conf /etc/nginx/conf.d/default.conf
0 commit comments