We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702826b commit 5394e2cCopy full SHA for 5394e2c
2 files changed
.devcontainer/Dockerfile
@@ -16,10 +16,10 @@ RUN apt-get update && \
16
ruby-dev=1:2.7+2 \
17
build-essential \
18
rpm=4.16.1.2+dfsg1-3 \
19
- git \
20
- curl \
21
- ca-certificates && \
22
- gem install --no-document fpm && \
+ git=1:2.30.2-1+deb11u5 \
+ curl=7.74.0-1.3+deb11u15 \
+ ca-certificates=20210119 && \
+ gem install --no-document fpm --version 1.17.0 && \
23
rm -rf /var/lib/apt/lists/*
24
25
WORKDIR /workspaces/dfetch
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
if: ${{ matrix.platform != 'windows-latest' }}
39
uses: ruby/setup-ruby@d354de180d0c9e813cfddfcbdc079945d4be589b #v1.275.0
40
with:
41
- ruby-version: 3.2
+ ruby-version: 2.7 # See also devcontainer
42
43
- name: Install fpm
44
0 commit comments