Skip to content

Commit

Permalink
upgrade to node 16 (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
ron212 authored May 11, 2022
1 parent e7c821a commit 9d13e2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.8-alpine
FROM node:16.5.0-alpine

WORKDIR /app
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soluto-asurion/kamus-cli",
"version": "0.3.5",
"version": "0.3.6",
"description": "CLI Tool to encrypt secrets for kamus",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9d13e2d

Please sign in to comment.