Skip to content

Commit

Permalink
Updated Alpine Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian-Kuhn committed Dec 12, 2023
1 parent 9343968 commit d35208c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-alpine3.17
FROM python:3.10-alpine3.19
WORKDIR /srv

RUN addgroup -S uwsgi && adduser -S uwsgi -G uwsgi
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.local
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-alpine3.17
FROM python:3.10-alpine3.19
WORKDIR /srv


Expand Down

0 comments on commit d35208c

Please sign in to comment.