Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Last bump of the virtualenv image. Version 20230409.1 #240

Merged
merged 2 commits into from
Apr 12, 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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM quay.io/evryfs/base-ubuntu:focal-20221130

# This the release tag of virtual-environments: https://github.com/actions/virtual-environments/releases
ARG UBUNTU_VERSION=2004
ARG VIRTUAL_ENVIRONMENT_VERSION=ubuntu20/20230109.1
ARG VIRTUAL_ENVIRONMENT_VERSION=ubuntu20/20230409.1

ENV UBUNTU_VERSION=${UBUNTU_VERSION} VIRTUAL_ENVIRONMENT_VERSION=${VIRTUAL_ENVIRONMENT_VERSION}

Expand Down Expand Up @@ -31,7 +31,7 @@ RUN echo "runner ALL= EXEC: NOPASSWD:ALL" >> /etc/sudoers.d/runner
# Update git.
RUN add-apt-repository -y ppa:git-core/ppa && \
apt-get update && \
apt-get -y install --no-install-recommends git=1:2.38.* && \
apt-get -y install --no-install-recommends git=1:2.40.* && \
apt-get -y clean && \
rm -rf /var/cache/apt /var/lib/apt/lists/* /tmp/* /var/tmp/*

Expand Down