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

Commit 912be8e

Browse files
committed
Bump docker image version
1 parent e7fed3a commit 912be8e

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.4
9-
IMAGE_VERSION=v0.0.5
8+
PREV_IMAGE_VERSION=v0.0.5
9+
IMAGE_VERSION=v0.0.6
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.5
1+
FROM docker.pkg.github.com/github/codeql-learninglab-actions/codeql-learninglab-check:v0.0.6
22

33
## Specific Course
44
COPY --chown=codeql:codeql config /home/codeql/config

0 commit comments

Comments
 (0)