Skip to content

Commit

Permalink
fix python base image
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
  • Loading branch information
pavolloffay committed Oct 25, 2023
1 parent ee65444 commit af98f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/backend1/Dockerfile
@@ -1,4 +1,4 @@
FROM python:3.11-alpine
FROM python:3.11-slim-buster

WORKDIR /app

Expand Down

0 comments on commit af98f18

Please sign in to comment.