Skip to content

Commit

Permalink
Dockerfile: update base image
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Jan 12, 2024
1 parent 5079704 commit 27d4245
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ jobs:

build-test-push:
needs: [pre-build]
uses: cyber-dojo/reusable-actions-workflows/.github/workflows/kosli_build_test_push_dockerhub.yml@main
uses: cyber-dojo/reusable-actions-workflows/.github/workflows/kosli_build_test_push_dockerhub.yml@v0.0.6
secrets:
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
DOCKER_USER: ${{ secrets.DOCKER_USER }}
KOSLI_API_TOKEN: ${{ secrets.KOSLI_API_TOKEN }}
KOSLI_API_TOKEN_STAGING: ${{ secrets.KOSLI_API_TOKEN_STAGING }}
with:
BUILD_COMMAND: build_test_publish.sh
KOSLI_FLOW: commander
Expand Down
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=cyberdojo/docker-base:0e1a7a5
ARG BASE_IMAGE=cyberdojo/docker-base:110bc33
FROM ${BASE_IMAGE}
LABEL [email protected]

Expand Down

0 comments on commit 27d4245

Please sign in to comment.