We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 355c816 commit 98f359eCopy full SHA for 98f359e
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM debian:buster-slim AS builder
+FROM debian:bullseye-slim AS builder
2
3
ARG DOCKER_VERSION=27.3.1
4
ARG JQ_VERSION=1.6
@@ -11,7 +11,7 @@ RUN curl -fsSL https://github.com/stedolan/jq/releases/download/jq-${JQ_VERSION}
11
RUN curl -fsSL https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 -o yq
12
RUN chmod +x ./jq ./yq
13
14
-FROM node:18.14.1-buster
+FROM node:18-bullseye
15
16
RUN apt-get update && apt-get install -y curl git tar openssh-client yarn && npm install -g npm@9.3.1
17
COPY --from=builder /tmp/docker/docker /usr/bin/
0 commit comments