Skip to content

Commit

Permalink
chore(deps): bump python from 3.11-alpine to 3.12-alpine in /backend
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 May 13, 2024
1 parent 6c3b42c commit 8cfd552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-alpine AS base
FROM python:3.12-alpine AS base

RUN apk update --no-cache && apk upgrade --no-cache && apk add shadow --no-cache && useradd -m -r -u 1001 timed && apk del shadow && rm -rf /var/cache/apk/*

Expand Down

0 comments on commit 8cfd552

Please sign in to comment.