File tree Expand file tree Collapse file tree 7 files changed +10
-12
lines changed
images/ruby/.devcontainer Expand file tree Collapse file tree 7 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 11{
2- "image" : " mcr.microsoft.com/devcontainers/base:1-bookworm " ,
2+ "image" : " mcr.microsoft.com/devcontainers/base:2-trixie " ,
33 "features" : {
44 "ghcr.io/devcontainers/features/common-utils:2" : {
55 "installZsh" : " true" ,
Original file line number Diff line number Diff line change 2323 - debian:latest
2424 - ubuntu:latest
2525 - mcr.microsoft.com/devcontainers/base:ubuntu
26+ - mcr.microsoft.com/devcontainers/base:trixie
27+ - mcr.microsoft.com/devcontainers/base:bookworm
2628 steps :
2729 - uses : actions/checkout@v4
2830
Original file line number Diff line number Diff line change 11{
22 "image_processor_imagemagick" : {
3- "image" : " mcr.microsoft.com/devcontainers/base:1-bookworm " ,
3+ "image" : " mcr.microsoft.com/devcontainers/base:2-trixie " ,
44 "features" : {
55 "activestorage" : {
66 "variantProcessor" : " mini_magick"
Original file line number Diff line number Diff line change 11{
22 "version_16" : {
3- "image" : " mcr.microsoft.com/devcontainers/base:1-bookworm " ,
3+ "image" : " mcr.microsoft.com/devcontainers/base:2-trixie " ,
44 "features" : {
55 "postgres-client" : {
66 "version" : " 16"
77 }
88 }
99 },
1010 "version_14" : {
11- "image" : " mcr.microsoft.com/devcontainers/base:1-bookworm " ,
11+ "image" : " mcr.microsoft.com/devcontainers/base:2-trixie " ,
1212 "features" : {
1313 "postgres-client" : {
1414 "version" : " 14"
Original file line number Diff line number Diff line change 11{
22 "version_3_3_0" : {
3- "image" : " mcr.microsoft.com/devcontainers/base:1-bookworm " ,
3+ "image" : " mcr.microsoft.com/devcontainers/base:2-trixie " ,
44 "features" : {
55 "ruby" : {
66 "version" : " 3.3.0"
77 }
88 }
99 },
1010 "with_rbenv" : {
11- "image" : " mcr.microsoft.com/devcontainers/base:1-bookworm " ,
11+ "image" : " mcr.microsoft.com/devcontainers/base:2-trixie " ,
1212 "features" : {
1313 "ruby" : {
1414 "versionManager" : " rbenv"
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/devcontainers/base:1-bookworm
2-
3- RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
4- # Remove imagemagick due to https://security-tracker.debian.org/tracker/CVE-2019-10131
5- && apt-get purge -y imagemagick imagemagick-6-common
1+ FROM mcr.microsoft.com/devcontainers/base:2-trixie
62
73ENV LANG=C.UTF-8 \
84 LC_ALL=C.UTF-8
Original file line number Diff line number Diff line change 88 "@devcontainers/cli" : " ^0.56.0"
99 },
1010 "scripts" : {
11- "test" : " devcontainer features test"
11+ "test" : " devcontainer features test features -i ubuntu:noble "
1212 },
1313 "private" : true
1414}
You can’t perform that action at this time.
0 commit comments