Skip to content

Commit

Permalink
chore(deps): update node.js to 3f38167 (GoogleCloudPlatform#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 13, 2022
1 parent 223c80f commit 3deb81e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/currencyservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM node:19.2.0-alpine@sha256:dae8ae40ed1077dfa383fb0c04a3d3bb8e6360e03147dd3ee963d62ac2275346 as base
FROM node:19.2.0-alpine@sha256:3f3816755f0ca539b3967e3642e1905fb804968fbba7c3e1c425ca08b619b086 as base

FROM base as builder

Expand Down
2 changes: 1 addition & 1 deletion src/paymentservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM node:19.2.0-alpine@sha256:dae8ae40ed1077dfa383fb0c04a3d3bb8e6360e03147dd3ee963d62ac2275346 as base
FROM node:19.2.0-alpine@sha256:3f3816755f0ca539b3967e3642e1905fb804968fbba7c3e1c425ca08b619b086 as base

FROM base as builder

Expand Down

0 comments on commit 3deb81e

Please sign in to comment.