Skip to content

Commit

Permalink
chore: bump base image alpine version (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBoerlin committed Jun 18, 2024
1 parent 8f21269 commit e3a20e6
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,6 +1,6 @@
FROM python:3.11-alpine3.18
FROM python:3.11-alpine3.20

RUN apk add build-base
RUN apk add --no-cache build-base

RUN python3 -m pip install --upgrade pip

Expand Down

0 comments on commit e3a20e6

Please sign in to comment.