Skip to content

Commit 98f359e

Browse files
committed
chore: update node from buster to bullseye
1 parent 355c816 commit 98f359e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:buster-slim AS builder
1+
FROM debian:bullseye-slim AS builder
22

33
ARG DOCKER_VERSION=27.3.1
44
ARG JQ_VERSION=1.6
@@ -11,7 +11,7 @@ RUN curl -fsSL https://github.com/stedolan/jq/releases/download/jq-${JQ_VERSION}
1111
RUN curl -fsSL https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64 -o yq
1212
RUN chmod +x ./jq ./yq
1313

14-
FROM node:18.14.1-buster
14+
FROM node:18-bullseye
1515

1616
RUN apt-get update && apt-get install -y curl git tar openssh-client yarn && npm install -g npm@9.3.1
1717
COPY --from=builder /tmp/docker/docker /usr/bin/

0 commit comments

Comments
 (0)