Skip to content

Commit

Permalink
feat: Update base image to 2.314.1 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty93 authored Mar 5, 2024
1 parent 4264cb8 commit a0903ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM ghcr.io/actions/actions-runner:2.313.0 AS base
FROM ghcr.io/actions/actions-runner:2.314.1 AS base
USER root
RUN apt-get update \
&& apt-get -y install curl git \
&& apt-get install -y curl jq \
&& apt-get -y install zip unzip \
&& apt-get -y install ca-certificates curl wget apt-transport-https lsb-release gnupg \
Expand Down

0 comments on commit a0903ef

Please sign in to comment.