Merge pull request #58 from TomWright/dependabot/docker/node-17.7.2-buster-slim
Bump node from 16.10.0-buster-slim to 17.7.2-buster-slim
This commit is contained in:
commit
a71f6decd7
|
|
@ -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:16.10.0-buster-slim as node
|
||||
FROM node:17.7.2-buster-slim as node
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue