Skip to content

Commit 21aba9f

Browse files
authored
Merge pull request #20 from lcahlander/snyk-fix-a38f744a6a23c3ef4573cbd2bc197764
[Snyk] Security upgrade nginx from 1.23.2 to latest
2 parents c8ec889 + 8f29e9d commit 21aba9f

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