Skip to content

Commit

Permalink
Upgrade nginx to version 1.25.5-alpine (#1082)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianvoss authored Apr 22, 2024
1 parent 15e1489 commit fb59bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/studio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ COPY --from=builder /app/out/full/ .
RUN PUBLIC_URL=${BASE_URL_PLACEHOLDER} npm run build:studio


FROM docker.io/library/nginx:1.21.5-alpine as runtime
FROM docker.io/library/nginx:1.25.5-alpine as runtime

ARG BASE_URL_PLACEHOLDER
# The base Nginx image automatically executes all shell scripts
Expand Down

0 comments on commit fb59bf1

Please sign in to comment.