Skip to content

Commit

Permalink
Merge pull request #518 from telefonicaid/hardening/upgrade-dockerfil…
Browse files Browse the repository at this point in the history
…e-to-node-16

FIX upgrade NodeJS version from 14-slim to 16-slim in Dockerfile
  • Loading branch information
AlvaroVega authored Jun 15, 2022
2 parents f44fb03 + 11f2220 commit 677f860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@

- Upgrade NodeJS version from 14-slim to 16-slim in Dockerfile
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# For those usages not covered by the GNU Affero General Public License
# please contact with: [sc_support at telefonica dot com]

ARG NODE_VERSION=14-slim
ARG NODE_VERSION=16-slim
FROM node:${NODE_VERSION}
ARG GITHUB_ACCOUNT=telefonicaid
ARG GITHUB_REPOSITORY=fiware-pep-steelskin
Expand Down

0 comments on commit 677f860

Please sign in to comment.