Skip to content

Commit

Permalink
Last bump of the virtualenv image. Version 20230409.1 (evryfs#240)
Browse files Browse the repository at this point in the history
* Last bump of the virtualenv image. Version 20230409.1

* Bump Git as 1.2.38.* is no longer available.

---------

Co-authored-by: Otterian <24441547+Otterian@users.noreply.github.com>
  • Loading branch information
Otterian and Otterian authored Apr 12, 2023
1 parent 73d945e commit a1bf34c
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit a1bf34c

Please sign in to comment.