Skip to content

Commit

Permalink
update all nodejs to bullseye-slim
Browse files Browse the repository at this point in the history
  • Loading branch information
gOOvER committed Dec 8, 2021
1 parent fb53cb1 commit d5e1e2e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nodejs/12/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETOS/$TARGETARCH node:12-buster-slim
FROM --platform=$TARGETOS/$TARGETARCH node:12-bullseye-slim

LABEL author="Michael Parker" maintainer="[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion nodejs/14/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETOS/$TARGETARCH node:14-buster-slim
FROM --platform=$TARGETOS/$TARGETARCH node:14-bullseye-slim

LABEL author="Michael Parker" maintainer="[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion nodejs/15/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETOS/$TARGETARCH node:15-buster-slim
FROM --platform=$TARGETOS/$TARGETARCH node:15-bullseye-slim

LABEL author="Michael Parker" maintainer="[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion nodejs/16/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETOS/$TARGETARCH node:16-buster-slim
FROM --platform=$TARGETOS/$TARGETARCH node:16-bullseye-slim

LABEL author="Michael Parker" maintainer="[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion nodejs/17/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETOS/$TARGETARCH node:17-buster-slim
FROM --platform=$TARGETOS/$TARGETARCH node:17-bullseye-slim

LABEL author="Michael Parker" maintainer="[email protected]"

Expand Down

0 comments on commit d5e1e2e

Please sign in to comment.