Skip to content

Commit bde25e0

Browse files
committed
Merge remote-tracking branch 'origin/main' into dependabot/npm_and_yarn/react-i18next-16.0.0
2 parents 85bdbfa + 1b5f699 commit bde25e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN npm test -- --watchAll=false
3333
RUN npm run build
3434

3535
# --------------- production stage
36-
FROM nginx:1.29.2-alpine as prod
36+
FROM nginx:1.29.3-alpine as prod
3737

3838
RUN mkdir /app
3939
RUN addgroup -S app && adduser -S app -G app -h /app -s /sbin/nologin

0 commit comments

Comments
 (0)