Skip to content

Commit

Permalink
Merge pull request #707 from acend/renovate/nginxinc-nginx-unprivileg…
Browse files Browse the repository at this point in the history
…ed-1.x

Update nginxinc/nginx-unprivileged Docker tag to v1.25
  • Loading branch information
philogros authored Aug 29, 2023
2 parents 426b412 + cf65821 commit 4b1dbe5
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 @@ -8,7 +8,7 @@ COPY . /src

RUN npm run build

FROM nginxinc/nginx-unprivileged:1.23-alpine
FROM nginxinc/nginx-unprivileged:1.25-alpine
EXPOSE 8080
# The URL of the backend service, see https://github.com/acend/website-backend
ENV BACKEND_URL=http://acend-website-backend:8000
Expand Down

0 comments on commit 4b1dbe5

Please sign in to comment.