Skip to content

Commit

Permalink
Bump nginx from 1.25.0-alpine to 1.25.1-alpine in /web
Browse files Browse the repository at this point in the history
Bumps nginx from 1.25.0-alpine to 1.25.1-alpine.

---
updated-dependencies:
- dependency-name: nginx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 1, 2023
1 parent 40eb01a commit bad40fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY public public
COPY src src
RUN yarn build

FROM nginx:1.25.0-alpine
FROM nginx:1.25.1-alpine
ENV DCTNA_API https://host.docker.internal:8443
COPY nginx/templates /etc/nginx/templates/
COPY --from=build /app/build /usr/share/nginx/html

0 comments on commit bad40fa

Please sign in to comment.