Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
berviantoleo authored Jan 12, 2024
1 parent 49c5894 commit 1e1a281
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,4 +1,4 @@
FROM python:3.8-alpine as base
FROM python:3.10-alpine as base

FROM base as builder

Expand All @@ -14,4 +14,4 @@ RUN apk --no-cache add libpq
WORKDIR /app
COPY . .
RUN chmod +x ./startup.sh
ENTRYPOINT ["./startup.sh"]
ENTRYPOINT ["./startup.sh"]

0 comments on commit 1e1a281

Please sign in to comment.