Skip to content

Commit

Permalink
Merge pull request #81 from TomWright/dependabot/docker/node-18.5.0-b…
Browse files Browse the repository at this point in the history
…uster-slim

Bump node from 18.4.0-buster-slim to 18.5.0-buster-slim
  • Loading branch information
TomWright committed Jul 13, 2022
2 parents e5d3225 + d1b333d commit 33f80ef
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
Expand Up @@ -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.4.0-buster-slim as node
FROM node:18.5.0-buster-slim as node

WORKDIR /root

Expand Down

0 comments on commit 33f80ef

Please sign in to comment.