Skip to content

Commit

Permalink
Bump myoung34/github-runner from 2.308.0 to 2.309.0 (#251)
Browse files Browse the repository at this point in the history
* Bump myoung34/github-runner from 2.308.0 to 2.309.0

Bumps myoung34/github-runner from 2.308.0 to 2.309.0.

---
updated-dependencies:
- dependency-name: myoung34/github-runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Add strace while we're at it for the 2.309.0 release.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Otterian <[email protected]>
  • Loading branch information
dependabot[bot] and Otterian authored Sep 15, 2023
1 parent f1a77d6 commit 8fac91b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM myoung34/github-runner:2.308.0
FROM myoung34/github-runner:2.309.0
ENV YARN_VERSION=1.22.19
ENV DEBIAN_FRONTEND=noninteractive
ENV LANG=C.UTF-8
Expand All @@ -21,7 +21,7 @@ RUN \
curl -sL "https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb" -o /tmp/packages-microsoft-prod.deb && \
dpkg -i /tmp/packages-microsoft-prod.deb && \
rm /tmp/packages-microsoft-prod.deb && \
apt-get update && apt-get -y --no-install-recommends install azure-cli powershell && \
apt-get update && apt-get -y --no-install-recommends install azure-cli powershell strace && \
apt-get -y clean && \
rm -rf /var/cache/apt /var/lib/apt/lists/* /tmp/* /var/tmp/*

Expand Down

0 comments on commit 8fac91b

Please sign in to comment.