Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 4b13b32

Browse files
committed
update images
1 parent 255d945 commit 4b13b32

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

codeql-learninglab-check/publish.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ set -x
55

66
docker login docker.pkg.github.com -u github-actions -p ${GITHUB_TOKEN}
77

8-
PREV_IMAGE_VERSION=v0.0.8
9-
IMAGE_VERSION=v0.0.9
8+
PREV_IMAGE_VERSION=v0.0.9
9+
IMAGE_VERSION=v0.0.10
1010
IMAGE_PATH=docker.pkg.github.com/github/codeql-learninglab-actions/codeql-learninglab-check
1111
IMAGE_TAG=${IMAGE_PATH}:${IMAGE_VERSION}
1212

courses/cpp/ctf-segv/image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.pkg.github.com/github/codeql-learninglab-actions/codeql-learninglab-check:v0.0.8
1+
FROM docker.pkg.github.com/github/codeql-learninglab-actions/codeql-learninglab-check:v0.0.10
22

33
## Add course config
44
COPY --chown=codeql:codeql config /home/codeql/config

0 commit comments

Comments
 (0)