Skip to content

Commit a0903ef

Browse files
authored
feat: Update base image to 2.314.1 (#22)
1 parent 4264cb8 commit a0903ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
FROM ghcr.io/actions/actions-runner:2.313.0 AS base
1+
FROM ghcr.io/actions/actions-runner:2.314.1 AS base
22
USER root
33
RUN apt-get update \
4+
&& apt-get -y install curl git \
45
&& apt-get install -y curl jq \
56
&& apt-get -y install zip unzip \
67
&& apt-get -y install ca-certificates curl wget apt-transport-https lsb-release gnupg \

0 commit comments

Comments
 (0)