Skip to content

Commit

Permalink
bump container hook version in runner image (#2881)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-jokic authored Sep 26, 2023
1 parent 67d7080 commit bf445e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM mcr.microsoft.com/dotnet/runtime-deps:6.0-jammy as build
ARG TARGETOS
ARG TARGETARCH
ARG RUNNER_VERSION
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.3.2
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.4.0
ARG DOCKER_VERSION=23.0.6

RUN apt update -y && apt install curl unzip -y
Expand Down

0 comments on commit bf445e2

Please sign in to comment.