Skip to content

Commit

Permalink
Update nginx Docker tag to v1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 17, 2023
1 parent 6331f4e commit c700c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY . .
RUN yarn run build


FROM nginx:1.15.2-alpine as release
FROM nginx:1.24.0-alpine as release
RUN apk add --no-cache jq


Expand Down

0 comments on commit c700c98

Please sign in to comment.