Skip to content

Commit

Permalink
fix to latest docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
henilp105 committed Jan 24, 2024
1 parent 08d4fa8 commit 546016c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/docker/backend.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Prod environment
FROM --platform=$BUILDPLATFORM python:3.10-alpine AS builder
FROM --platform=$BUILDPLATFORM python:3.10.13-bookworm AS builder

WORKDIR /src
COPY requirements.txt /src
Expand Down

1 comment on commit 546016c

@vercel
Copy link

@vercel vercel bot commented on 546016c Jan 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checks for Deployment have failed

Please sign in to comment.