Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 89bc7c3 commit 88641c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ================= BUILD BACKEND ==================
FROM python:3.12-alpine AS backend-builder
FROM python:3.13-alpine AS backend-builder

# Install the build system
RUN apk add --update git
Expand All @@ -26,7 +26,7 @@ RUN npm install
RUN npm run build

# =============== PRODUCTION ===============
FROM python:3.12-alpine
FROM python:3.13-alpine

# Install the application
RUN apk add --update git gcc musl-dev bash
Expand Down

0 comments on commit 88641c1

Please sign in to comment.