Skip to content

Commit fa2c5d0

Browse files
authored
Merge pull request #37 from lcahlander/snyk-fix-370d5129d2d31d21a93c8e53a5e7c444
[Snyk] Security upgrade nginx from 1.25.3 to 1.26
2 parents ba45bc4 + 84c9c51 commit fa2c5d0

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.25.5
9+
FROM nginx:1.26
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)