Skip to content

Commit

Permalink
fix: upgrade base node image in dockerfiles (#1702)
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumarrs authored Dec 16, 2022
1 parent d2714a5 commit a26b20e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.4
FROM node:14.20-alpine3.15
FROM node:14.21.1-alpine3.15

RUN apk update
RUN apk upgrade
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-no-func
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.4
FROM node:14.20-alpine3.15
FROM node:14.21.1-alpine3.15

RUN apk update
RUN apk upgrade
Expand Down

0 comments on commit a26b20e

Please sign in to comment.