Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Update runner base-container with apt-get upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Richert authored and Szymon Richert committed Aug 3, 2022
1 parent f8ac800 commit 0bd1a56
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
Expand Up @@ -2,7 +2,8 @@ FROM debian:bullseye-slim
ARG RUNNER_VERSION="2.293.0"

RUN set -xe;\
apt-get update;\
apt-get update; \
apt-get upgrade -y;\
apt-get install -y \
curl \
wget \
Expand Down

0 comments on commit 0bd1a56

Please sign in to comment.