Skip to content

Commit

Permalink
Updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
flounderpinto committed Dec 12, 2023
1 parent ad8b223 commit 6aed3fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DOCKER_REGISTRY=index.docker.io/flounder5
DOCKER_REPO=builder-bash
DOCKER_BUILD_CMD=dockerBuildStandard -e ${DOCKER_REGISTRY} -r ${DOCKER_REPO} ${ARGS}

DOCKER_BUILDER_IMAGE=flounder5/builder-docker:v0.0.4
DOCKER_BUILDER_IMAGE=flounder5/builder-docker:v0.0.6
DOCKER_BUILDER_PULL_CMD=docker pull ${DOCKER_BUILDER_IMAGE}
DOCKER_BUILDER_RUN_CMD=${DOCKER_BUILDER_PULL_CMD} && \
docker run \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM flounder5/runner-bash:v0.0.1
FROM flounder5/runner-bash:v0.0.3

RUN apt-get update && \
apt-get install -y \
Expand Down

0 comments on commit 6aed3fc

Please sign in to comment.