Skip to content

Commit aad6d1c

Browse files
authored
Merge pull request #35 from lcahlander/snyk-fix-45efd6c446f93ca8680b706d71e2f4cd
[Snyk] Security upgrade nginx from 1.23 to 1.25.3
2 parents 117de6f + b1ba989 commit aad6d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN npm install
66
COPY . .
77
RUN npm run build
88

9-
FROM nginx:1.23
9+
FROM nginx:1.25.3
1010
EXPOSE 3000
1111
COPY ./nginx/default.conf /etc/nginx/conf.d/default.conf
1212
COPY --from=build /app/build /usr/share/nginx/html

0 commit comments

Comments
 (0)