Skip to content

Commit

Permalink
Update Dockerfile versions
Browse files Browse the repository at this point in the history
  • Loading branch information
derskythe committed Feb 12, 2024
1 parent 6908144 commit 6c52cae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ${BASE_IMAGE} AS base

ARG CACHE_HOSTED_TOOLS_DIRECTORY="/opt/hostedtoolcache"
ENV CACHE_HOSTED_TOOLS_DIRECTORY=${CACHE_HOSTED_TOOLS_DIRECTORY}
ARG GH_RUNNER_VERSION="2.303.0"
ARG GH_RUNNER_VERSION="2.313.0"
ARG RUNNER_DIR="/actions-runner"
ENV RUNNER_DIR=${RUNNER_DIR}
ARG CHOWN_USER="runner"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BUILD_IMAGE=ubuntu:22.10
FROM ${BUILD_IMAGE}

ARG DUMB_INIT_VERSION=1.2.2
ARG DUMB_INIT_VERSION=1.2.5
ARG GIT_CORE_PPA_KEY=A1715D88E1DF1F24
ARG CHOWN_USER=runner
ARG DOCKER_COMPOSE_VERSION=1.29.2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.base-dotnet
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BUILD_IMAGE=ubuntu:focal
FROM ${BUILD_IMAGE}

ARG DUMB_INIT_VERSION=1.2.2
ARG DUMB_INIT_VERSION=1.2.5
ARG GIT_CORE_PPA_KEY=A1715D88E1DF1F24
ARG CHOWN_USER=runner
ARG DOCKER_COMPOSE_VERSION=1.29.2
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.base-slim
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ARG BUILD_IMAGE=debian:bullseye-slim
FROM ${BUILD_IMAGE}

ARG DUMB_INIT_VERSION=1.2.2
ARG DOCKER_COMPOSE_VERSION=1.27.4
ARG DUMB_INIT_VERSION=1.2.5
ARG DOCKER_COMPOSE_VERSION=1.29.2
ARG LSB_RELEASE_CODENAME=bullseye
ARG DOCKER_CODENAME=bullseye
ARG DISTRO=debian
Expand Down

0 comments on commit 6c52cae

Please sign in to comment.