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

feat: Update Dockerfile #61

Merged
merged 1 commit into from
Feb 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions images/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ ENV GH_RUNNER_WORKDIR="/home/$USERNAME"
ENV GH_KANIKO_WORKDIR="/kaniko/workspace"

# https://github.com/actions/runner/releases
ENV GH_RUNNER_VERSION=2.299.1
ENV GH_RUNNER_VERSION=2.302.1
ENV GH_RUNNER_LABELS=ubuntu-20.04

# https://github.com/fullstack-devops/awesome-ci/releases
ENV AWESOME_CI_VERSION 1.1.3
ENV AWESOME_CI_VERSION 1.2.0
# https://github.com/samuong/alpaca/releases
ENV ALPACA_VERSION 1.3.2

Expand Down