Skip to content

Commit 95c7784

Browse files
authored
Update base images to gather updates (#159)
1 parent 3d237e1 commit 95c7784

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.18.1-stretch
18+
FROM node:10.19.0-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.14.1-stretch
18+
FROM node:12.15.0-stretch
1919
RUN apt-get update && apt-get install -y \
2020
imagemagick \
2121
graphicsmagick \

0 commit comments

Comments
 (0)