Skip to content

Commit c49acd5

Browse files
authored
Merge pull request #24 from lcahlander/snyk-fix-cf56762bdbd0c840324a70f031f8e60f
[Snyk] Security upgrade nginx from latest to 1.23
2 parents 21aba9f + 9ae03fd commit c49acd5

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:latest
9+
FROM nginx:1.23
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)