Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 88020ec

Browse files
committed
add UBUNTU_VERSION as ENV
1 parent ee6fa10 commit 88020ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

images/base/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
55
ARG PACKAGES="libffi-dev libicu-dev build-essential libssl-dev ca-certificates jq sed grep git curl wget zip python3-pip"
66

77
ENV USERNAME="runner"
8+
ENV UBUNTU_VERSION=20.04
89
ENV RUNNER_HOME="/home/${USERNAME}/runner"
910

1011
ENV GH_RUNNER_WORKDIR="/home/${USERNAME}"

0 commit comments

Comments
 (0)