Skip to content

Commit

Permalink
Update node version in image (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
nklincoln authored Oct 12, 2020
1 parent b5e2177 commit af19ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/caliper-publish/caliper.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# limitations under the License.
#

FROM node:10.16-alpine
FROM node:10.22-alpine

# require to set these explicitly to avoid mistakes
ARG npm_registry
Expand Down

0 comments on commit af19ec8

Please sign in to comment.