Skip to content

Commit

Permalink
fix: ckan-ogc/Dockerfile.dev to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanez authored Apr 10, 2024
1 parent b6a3a07 commit 4439e7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ List of *containers*:
### Base images
| Repository | Type | Docker tag | Size | Notes |
| --- | --- | --- | --- | --- |
| python 3.11| base image | `python/python:3.11-slim-bullseye` | 45.57 MB | - |
| python 3.13| base image | `python/python:3.13-slim-bullseye` | 45.57 MB | - |

### Built images
| Repository | Type | Docker tag | Size | Notes |
Expand Down
2 changes: 1 addition & 1 deletion ckan-ogc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.13-slim
LABEL maintainer="mnl.janez@gmail.com"

ENV APP_DIR=/app
Expand Down
2 changes: 1 addition & 1 deletion ckan-ogc/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.13-slim
LABEL maintainer="mnl.janez@gmail.com"

ENV APP_DIR=/app
Expand Down

0 comments on commit 4439e7a

Please sign in to comment.