Merge pull request #100 from TomWright/dependabot/docker/node-18.10.0-buster-slim

Bump node from 18.5.0-buster-slim to 18.10.0-buster-slim
This commit is contained in:
Tom Wright 2022-10-11 16:08:09 +01:00 committed by GitHub
commit 2f8b051ee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ RUN go build -o bin/app cmd/app/main.go
# Final stage that will be pushed.
FROM debian:buster-slim
FROM node:18.5.0-buster-slim as node
FROM node:18.10.0-buster-slim as node
WORKDIR /root