Skip to content

Commit 244c1fc

Browse files
authored
Merge pull request #1081 from clearlydefined/dependabot/docker/nginx-1.29.4-alpine
2 parents 1b064de + 8ccfce2 commit 244c1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN npm install -g npm@9
1717
RUN npm install
1818
RUN npm run build
1919

20-
FROM nginx:1.19.6-alpine
20+
FROM nginx:1.29.4-alpine
2121

2222
ARG APP_VERSION="UNKNOWN"
2323
ENV APP_VERSION=$APP_VERSION

0 commit comments

Comments
 (0)