We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ce5a1 commit db24f79Copy full SHA for db24f79
pkg/linux/Dockerfile_linux_glibc
@@ -19,7 +19,7 @@
19
20
ARG NODE_VERSION
21
22
-FROM node:${NODE_VERSION}-buster
+FROM node:${NODE_VERSION}-bullseye
23
24
RUN apt-get update -y && \
25
apt-get install -y \
0 commit comments