Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
f0e committed Dec 24, 2024
1 parent b84e7f8 commit cfeebb4
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,11 +1,11 @@
FROM python:3.11-alpine
FROM python:3.12-alpine

WORKDIR /app

RUN apk update && \
apk add git

ENV IN_DOCKER true
ENV IN_DOCKER=true

# install requirements
COPY ./requirements.txt ./requirements.txt
Expand Down

0 comments on commit cfeebb4

Please sign in to comment.