Merge pull request #2 from chuckwagoncomputing/patch-1

Switch to Ubuntu 22.04 and latest Runner release
This commit is contained in:
ZHoob2004 2023-01-21 11:05:08 -08:00 committed by GitHub
commit 395e8a028b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
FROM ubuntu:21.04 AS builder
FROM ubuntu:22.04 AS builder
ARG RUNNER_VERSION="2.284.0"
ARG RUNNER_VERSION="2.301.1"
WORKDIR /build
@ -19,7 +19,7 @@ RUN apt-get update &&\
FROM ubuntu:21.04 AS actions-runer
FROM ubuntu:22.04 AS actions-runer
COPY --from=builder /opt /opt
COPY --from=builder /build/gcc-arm-none-eabi-9-2020-q2-update/bin /bin
@ -51,4 +51,4 @@ USER docker
VOLUME /opt/actions-runner
ENTRYPOINT ["./start.sh"]
ENTRYPOINT ["./start.sh"]