Skip to content

Commit

Permalink
fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrink committed Nov 23, 2023
1 parent 01069a9 commit 386942a
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 @@
ARG ARCH=
FROM ${ARCH}python:3.10.0-slim-bookworm as builder
FROM ${ARCH}python:3.10.13-slim-bookworm as builder

WORKDIR /enviroplus

Expand All @@ -16,7 +16,7 @@ COPY requirements.txt .

RUN pip3 install -r requirements.txt

FROM ${ARCH}python:3.10.0-slim-bookworm
FROM ${ARCH}python:3.10.13-slim-bookworm

WORKDIR /enviroplus

Expand Down

0 comments on commit 386942a

Please sign in to comment.