Skip to content

Commit 3d237e1

Browse files
authored
bump node 8,10,12 base docker images to consume upstream security fixes (#157)
8.17.0 10.18.1 12.14.1
1 parent 26e0eae commit 3d237e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/nodejs10Action/Dockerfile

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

18-
FROM node:10.16.3-stretch
18+
FROM node:10.18.1-stretch
1919
RUN apt-get update && apt-get install -y \
2020
imagemagick \
2121
graphicsmagick \

core/nodejs12Action/Dockerfile

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

18-
FROM node:12.8.1-stretch
18+
FROM node:12.14.1-stretch
1919
RUN apt-get update && apt-get install -y \
2020
imagemagick \
2121
graphicsmagick \

core/nodejs8Action/Dockerfile

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

18-
FROM node:8.16.1
18+
FROM node:8.17.0
1919
RUN apt-get update && apt-get install -y \
2020
imagemagick \
2121
graphicsmagick \

0 commit comments

Comments
 (0)