Skip to content

Commit

Permalink
build(deps): bump the dockerfile group across 2 directories with 2 up…
Browse files Browse the repository at this point in the history
…dates

Bumps the dockerfile group with 1 update in the /api directory: python.
Bumps the dockerfile group with 1 update in the /web directory: nginx.


Updates `python` from 3.12-slim to 3.13-slim

Updates `nginx` from 1.22.0-alpine to 1.27.3-alpine

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  dependency-group: dockerfile
- dependency-name: nginx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dockerfile
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 6912a7a commit 6f53f8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 python:3.12-slim AS base
FROM --platform=linux/amd64 python:3.13-slim AS base
WORKDIR /code
CMD ["/code/src/init.sh", "api"]
EXPOSE 5000
Expand Down
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.22.0-alpine AS server
FROM nginx:1.27.3-alpine AS server

RUN apk upgrade --update-cache

Expand Down

0 comments on commit 6f53f8e

Please sign in to comment.