Skip to content

Commit

Permalink
Merge pull request #100 from TomWright/dependabot/docker/node-18.10.0…
Browse files Browse the repository at this point in the history
…-buster-slim

Bump node from 18.5.0-buster-slim to 18.10.0-buster-slim
  • Loading branch information
TomWright committed Oct 11, 2022
2 parents fa659f0 + a491753 commit 2f8b051
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.5.0-buster-slim as node
FROM node:18.10.0-buster-slim as node

WORKDIR /root

Expand Down

0 comments on commit 2f8b051

Please sign in to comment.