Skip to content

Commit

Permalink
Update Dockerfile (actions#2315)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhammerl authored Dec 15, 2022
1 parent 6b9e8a6 commit 92acb62
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 @@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/runtime-deps:6.0 as build

ARG RUNNER_VERSION
ARG RUNNER_ARCH="x64"
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.1.3
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.2.0

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

Expand Down

0 comments on commit 92acb62

Please sign in to comment.