Skip to content

Commit

Permalink
Fix Base Image für Debug Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rickelt committed Jun 6, 2024
1 parent 4e4e722 commit 25e406a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions sddi-odp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
CHANGELOG
=========

06.06.2024:

* FIX: Base Image für Dockerfile.debug aktualisiert

22.05.2024:

* FIX: Import logic Funktionen aus plugin.py entfernt
Expand Down
2 changes: 1 addition & 1 deletion sddi-odp/Dockerfile.debug
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BASEIMAGE_REPOSITORY=ghcr.io/ondics/ckan-sddi-odp
ARG BASEIMAGE_VERSION=edge-2.9.9-dev
ARG BASEIMAGE_VERSION=edge-2.9.9

FROM ${BASEIMAGE_REPOSITORY}:${BASEIMAGE_VERSION}

Expand Down

0 comments on commit 25e406a

Please sign in to comment.