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 f0d3469 commit 40c745aCopy full SHA for 40c745a
images/ruby/.devcontainer/Dockerfile
@@ -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
+FROM mcr.microsoft.com/devcontainers/base:2-trixie
6
7
ENV LANG=C.UTF-8 \
8
LC_ALL=C.UTF-8
0 commit comments