Skip to content

Commit 56f699a

Browse files
committed
switch base OS from Debian stretch to bullseye
Security updates for stetch are no longer available
1 parent d3508a8 commit 56f699a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/nodejsActionBase/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@
1515
# limitations under the License.
1616
#
1717

18-
FROM node:lts-stretch
18+
FROM node:lts-bullseye
1919

2020
# Initial update and some basics.
2121
#
2222
RUN apt-get update && apt-get install -y \
2323
imagemagick \
2424
graphicsmagick \
25+
zip \
2526
unzip \
2627
&& rm -rf /var/lib/apt/lists/*
2728

0 commit comments

Comments
 (0)