Skip to content

Commit

Permalink
Update Node.js to v18.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 14, 2022
1 parent d0d52c1 commit b4c2588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/sigstore/cosign/cosign:latest@sha256:33a6a55d2f1354bc989b791974cf4ee00a900ab9e4e54b393962321758eee3c6 as cosign

FROM node:18.5.0-alpine@sha256:e479d86de1ef8403adda6800733a7f8d18df4f3c1c2e68ba3e2bc05fdea9de20
FROM node:18.6.0-alpine@sha256:b90b63a402958508763900643576333fbf560033191d4426da14b14f91e8d3b0
COPY --from=cosign /ko-app/cosign /usr/local/bin/cosign
WORKDIR /app

Expand Down

0 comments on commit b4c2588

Please sign in to comment.