Skip to content

Commit 9af02b5

Browse files
committed
Update base image and version to remediate vuln report
1 parent 4063f94 commit 9af02b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:15-alpine
1+
FROM node:16-alpine3.13
22

33
ARG IMAGE_CREATE_DATE
44
ARG IMAGE_VERSION

src/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hello-kubernetes",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "Hello Kubernetes!",
55
"author": "Paul Bouwer",
66
"license": "MIT",

0 commit comments

Comments
 (0)