Skip to content

Commit 3fec3bc

Browse files
authored
Merge pull request #364 from telefonicaid/task/upgrade_debian_base_docker_to_bullseye
replace slim to bullseye-slim
2 parents e445d57 + 88d1fda commit 3fec3bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+
- Upgrade NodeJS version from 16-slim to 16-bullseye-slim in Dockerfile

docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ARG SOURCE_BRANCH=master
4242
# --target=builder
4343
#
4444
########################################################################################
45-
FROM node:${NODE_VERSION} AS builder
45+
FROM node:${NODE_VERSION}-bullseye AS builder
4646
ARG GITHUB_ACCOUNT
4747
ARG GITHUB_REPOSITORY
4848
ARG DOWNLOAD
@@ -110,7 +110,7 @@ RUN \
110110
# --target=pm2-install
111111
#
112112
########################################################################################
113-
FROM node:${NODE_VERSION}-slim AS pm2
113+
FROM node:${NODE_VERSION}-bullseye-slim AS pm2
114114
ARG GITHUB_ACCOUNT
115115
ARG GITHUB_REPOSITORY
116116
ARG NODE_VERSION
@@ -196,7 +196,7 @@ HEALTHCHECK --interval=30s --timeout=3s --start-period=10s \
196196
# - IOTA_AUTH_CLIENT_ID, IOTA_AUTH_CLIENT_SECRET - when using OAuth2 Security
197197
#
198198
########################################################################################
199-
FROM node:${NODE_VERSION}-slim AS slim
199+
FROM node:${NODE_VERSION}-bullseye-slim AS slim
200200
ARG GITHUB_ACCOUNT
201201
ARG GITHUB_REPOSITORY
202202
ARG NODE_VERSION

0 commit comments

Comments
 (0)