Skip to content
Snippets Groups Projects
Commit f61a1766 authored by michael.minelli's avatar michael.minelli
Browse files

Docker => Set docker version to 24.0.6 (24.0.7 break volume mount)

parent 0d1f770c
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ RUN npx pkg . -t node18 --output ${BUILD_WORKDIR}/bin/app --public-packages "*" ...@@ -27,7 +27,7 @@ RUN npx pkg . -t node18 --output ${BUILD_WORKDIR}/bin/app --public-packages "*"
######################################################################## Run stage ######################################################################## Run stage
FROM docker:latest FROM docker:24.0.6
LABEL maintainer="Michaël Minelli <dojo@minelli.me>" LABEL maintainer="Michaël Minelli <dojo@minelli.me>"
LABEL Description="Dojo assignment checker - Container generation for usage in assignment pipelines" LABEL Description="Dojo assignment checker - Container generation for usage in assignment pipelines"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment