Skip to content

Commit

Permalink
Bump python from 3.11-alpine to 3.12-alpine in /server
Browse files Browse the repository at this point in the history
Bumps python from 3.11-alpine to 3.12-alpine.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 22, 2024
1 parent 056b240 commit f795a4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-alpine
FROM python:3.12-alpine

RUN apk add --upgrade --no-cache git

Expand Down
2 changes: 1 addition & 1 deletion server/Dockerfile-dev
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM hadolint/hadolint:v2.12.0-alpine as hadolint
FROM trufflesecurity/trufflehog:latest as trufflehog

FROM python:3.11-alpine
FROM python:3.12-alpine

WORKDIR /

Expand Down

0 comments on commit f795a4d

Please sign in to comment.