Skip to content

Commit

Permalink
Updated python image
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmagkekse committed Dec 5, 2024
1 parent 251b7d3 commit 95003b7
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.15-slim
FROM python:3-slim-bookworm

# Arguments
ENV USER=appuser
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ services:
PROXY_PASSWORD: 1234
ZITI_IDENTITIES: /app/identity.json
volumes:
- "../identity.json:/app/identity.json"
- "../identity.json:/app/identity.json"

0 comments on commit 95003b7

Please sign in to comment.