File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/devcontainers/python:3.13-bullseye @sha256:735ecc489de65d36b6ac4e8e5e37287cb30711bac0dd292770bf5347228c438e
1+ FROM mcr.microsoft.com/devcontainers/python:3.13-trixie @sha256:c3a082525f51bb81e3d952d5ec12c2bed3525179a45ef3a09d48993ebc871133
22
33# Install dependencies
44# pv is required for asciicasts
55RUN apt-get update && apt-get install --no-install-recommends -y \
6- ccache=4.2-1 \
7- pv=1.6.6-1+b1 \
8- patchelf=0.12-1 \
9- subversion=1.14.1-3+deb11u2 && \
6+ ccache=4.11.2-2 \
7+ pv=1.9.31-1 \
8+ patchelf=0.18.0-1.4 \
9+ subversion=1.14.5-3 && \
1010 rm -rf /var/lib/apt/lists/*
1111
1212# Install ruby gem FPM for packaging
1313RUN apt-get update && apt-get install --no-install-recommends -y \
14- ruby=1:2.7+2 \
15- ruby-dev=1:2.7+2 \
16- build-essential=12.9 \
17- rpm=4.16.1.2+dfsg1 -3 \
18- git=1:2.30.2-1+deb11u5 \
19- curl=7.74.0-1.3+deb11u15 \
20- ca-certificates=20210119 && \
14+ ruby=1:3.3+b1 \
15+ ruby-dev=1:3.3+b1 \
16+ build-essential=12.12 \
17+ rpm=4.20.1+dfsg -3 \
18+ git=1:2.47.3-0+deb13u1 \
19+ curl=8.14.1-2+deb13u2 \
20+ ca-certificates=20250419 && \
2121 gem install --no-document fpm --version 1.17.0 && \
2222 rm -rf /var/lib/apt/lists/*
2323
Original file line number Diff line number Diff line change 3838 if : ${{ matrix.platform != 'windows-latest' }}
3939 uses : ruby/setup-ruby@d354de180d0c9e813cfddfcbdc079945d4be589b # v1.275.0
4040 with :
41- ruby-version : 2.7 # See also devcontainer
41+ ruby-version : 3.3 # See also devcontainer
4242
4343 - name : Install fpm
4444 if : ${{ matrix.platform != 'windows-latest' }}
You can’t perform that action at this time.
0 commit comments