Skip to content

Commit

Permalink
Update base image and version to remediate vuln report
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbouwer committed Oct 5, 2021
1 parent 4063f94 commit 9af02b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:15-alpine
FROM node:16-alpine3.13

ARG IMAGE_CREATE_DATE
ARG IMAGE_VERSION
Expand Down
2 changes: 1 addition & 1 deletion src/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hello-kubernetes",
"version": "1.10.0",
"version": "1.10.1",
"description": "Hello Kubernetes!",
"author": "Paul Bouwer",
"license": "MIT",
Expand Down

0 comments on commit 9af02b5

Please sign in to comment.