Skip to content

Commit 40c745a

Browse files
committed
Build Ruby image with Trixie base image
1 parent f0d3469 commit 40c745a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

images/ruby/.devcontainer/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
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

73
ENV LANG=C.UTF-8 \
84
LC_ALL=C.UTF-8

0 commit comments

Comments
 (0)