Skip to content

Commit 6342a56

Browse files
committed
chore: Update devcontainer image to Ruby 2.7
1 parent 55a1b0d commit 6342a56

2 files changed

Lines changed: 33 additions & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
FROM mcr.microsoft.com/devcontainers/ruby:2-3.4-trixie
1+
FROM mcr.microsoft.com/devcontainers/ruby:2.7-bullseye
2+
3+
# Remove stale Yarn repository entries from base image to avoid apt signature errors
4+
RUN rm -f /etc/apt/sources.list.d/yarn.sources /etc/apt/sources.list.d/yarn.list
25

36
# Install additional OS packages
47
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"features": {
3+
"ghcr.io/devcontainer-community/devcontainer-features/jj-vcs.dev:1": {
4+
"version": "1.0.4",
5+
"resolved": "ghcr.io/devcontainer-community/devcontainer-features/jj-vcs.dev@sha256:52aacbe68546260c846e6e40c1b6ec6d98018b43b7d2ab633c8a63e4622b2ed2",
6+
"integrity": "sha256:52aacbe68546260c846e6e40c1b6ec6d98018b43b7d2ab633c8a63e4622b2ed2"
7+
},
8+
"ghcr.io/devcontainers-extra/features/fish-apt-get:1": {
9+
"version": "1.0.5",
10+
"resolved": "ghcr.io/devcontainers-extra/features/fish-apt-get@sha256:d3c21bb6aec6e0f9d5348adee443c70c31d5f4372b8ad5f56a0ab925b2725108",
11+
"integrity": "sha256:d3c21bb6aec6e0f9d5348adee443c70c31d5f4372b8ad5f56a0ab925b2725108"
12+
},
13+
"ghcr.io/devcontainers-extra/features/neovim-apt-get:1": {
14+
"version": "1.0.20",
15+
"resolved": "ghcr.io/devcontainers-extra/features/neovim-apt-get@sha256:99663f4dfdfac03321caa2f72e64132a43ae778e7cc2da2681e6a50e4f071038",
16+
"integrity": "sha256:99663f4dfdfac03321caa2f72e64132a43ae778e7cc2da2681e6a50e4f071038"
17+
},
18+
"ghcr.io/devcontainers-extra/features/ripgrep:1": {
19+
"version": "1.0.15",
20+
"resolved": "ghcr.io/devcontainers-extra/features/ripgrep@sha256:0dfc0ac16f0d6aa754d006a138fd4cb4a62c245d308306edf8ad1b7a80b8fdf2",
21+
"integrity": "sha256:0dfc0ac16f0d6aa754d006a138fd4cb4a62c245d308306edf8ad1b7a80b8fdf2"
22+
},
23+
"ghcr.io/stuartleeks/dev-container-features/shell-history:0": {
24+
"version": "0.0.6",
25+
"resolved": "ghcr.io/stuartleeks/dev-container-features/shell-history@sha256:f266af2d093e0611921ccf510046e53affeccb353405ee05d2b91fcc4f69c1c9",
26+
"integrity": "sha256:f266af2d093e0611921ccf510046e53affeccb353405ee05d2b91fcc4f69c1c9"
27+
}
28+
}
29+
}

0 commit comments

Comments
 (0)