Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot] c43dee30a4
Bump node from 18.10.0-buster-slim to 19.7.0-buster-slim
Bumps node from 18.10.0-buster-slim to 19.7.0-buster-slim.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 08:01:46 +00:00
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.10.0-buster-slim as node
FROM node:19.7.0-buster-slim as node
WORKDIR /root