Skip to content

Commit 5394e2c

Browse files
committed
Pin devcontainer deps
1 parent 702826b commit 5394e2c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ RUN apt-get update && \
1616
ruby-dev=1:2.7+2 \
1717
build-essential \
1818
rpm=4.16.1.2+dfsg1-3 \
19-
git \
20-
curl \
21-
ca-certificates && \
22-
gem install --no-document fpm && \
19+
git=1:2.30.2-1+deb11u5 \
20+
curl=7.74.0-1.3+deb11u15 \
21+
ca-certificates=20210119 && \
22+
gem install --no-document fpm --version 1.17.0 && \
2323
rm -rf /var/lib/apt/lists/*
2424

2525
WORKDIR /workspaces/dfetch

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: ${{ matrix.platform != 'windows-latest' }}
3939
uses: ruby/setup-ruby@d354de180d0c9e813cfddfcbdc079945d4be589b #v1.275.0
4040
with:
41-
ruby-version: 3.2
41+
ruby-version: 2.7 # See also devcontainer
4242

4343
- name: Install fpm
4444
if: ${{ matrix.platform != 'windows-latest' }}

0 commit comments

Comments
 (0)