Skip to content

Commit

Permalink
Merge pull request #342 from Bond-009/docker
Browse files Browse the repository at this point in the history
docker judge: update dodona-containerfile-evaluator
  • Loading branch information
jorg-vr authored Dec 9, 2024
2 parents c034b08 + 344cb7e commit b694dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dodona-docker.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM busybox:musl

COPY --from=ghcr.io/bond-009/dodona-containerfile-evaluator:v0.1.0 /bin/dodona-containerfile-evaluator /bin/dodona-containerfile-evaluator
COPY --from=ghcr.io/bond-009/dodona-containerfile-evaluator:v0.2.0 /bin/dodona-containerfile-evaluator /bin/dodona-containerfile-evaluator
COPY --from=hadolint/hadolint:2.12.0 /bin/hadolint /bin/hadolint
COPY --from=ghcr.io/jqlang/jq:1.7.1 /jq /bin/jq
COPY --from=gcr.io/kaniko-project/executor:v1.23.2-slim /kaniko /kaniko
Expand Down

0 comments on commit b694dc6

Please sign in to comment.