Skip to content

Commit f7752a1

Browse files
authored
⬆ Update Debain version of base image
1 parent 9622830 commit f7752a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/release-image/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# syntax=docker/dockerfile:experimental
22

3-
ARG BASE=debian:11
3+
ARG BASE=debian:12
44
FROM scratch AS packages
55
COPY release-packages/code-server*.deb /tmp/
66

77
FROM $BASE
88

99
RUN apt-get update \
10-
&& apt-get install -y \
10+
&& apt-get install --no-install-recommends -y \
1111
curl \
1212
dumb-init \
1313
zsh \

0 commit comments

Comments
 (0)