diff --git a/Dockerfile b/Dockerfile index bbc2bf9..2dd0c6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.5.0-buster-slim as node +FROM node:16.6.2-buster-slim as node WORKDIR /root