Skip to content

Commit

Permalink
Bump nginx from 1.27.2-alpine to 1.27.3-alpine in /web
Browse files Browse the repository at this point in the history
Bumps nginx from 1.27.2-alpine to 1.27.3-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] authored and marcofranssen committed Dec 2, 2024
1 parent b0adb4a commit 19afe0d
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.27.2-alpine
FROM nginx:1.27.3-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 19afe0d

Please sign in to comment.