Skip to content

Commit

Permalink
Merge pull request #33 from PerfectThymeTech/marvinbuss/update_gh_runner
Browse files Browse the repository at this point in the history
Update GitHub Runner Version and Libraries
  • Loading branch information
marvinbuss authored Jan 26, 2024
2 parents ed28580 + ea54b91 commit 1f23904
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ LABEL maintainer="[email protected]"
ENV AGENT_TOOLSDIRECTORY=/opt/hostedtoolcache
RUN mkdir -p /opt/hostedtoolcache

ARG GH_RUNNER_VERSION="2.311.0"
ARG AZURE_CLI_VERSION="2.55.0"
ARG PWSH_VERSION="7.4.0"
ARG GH_RUNNER_VERSION="2.312.0"
ARG AZURE_CLI_VERSION="2.56.0"
ARG PWSH_VERSION="7.4.1"
ARG TARGETPLATFORM

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down

0 comments on commit 1f23904

Please sign in to comment.