Skip to content

Commit

Permalink
Bump node from 18.17 to 18.18 in /docker-build
Browse files Browse the repository at this point in the history
Bumps node from 18.17 to 18.18.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent f96f307 commit 4ced322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-build/Dockerfile.main.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARG DATAPLANE_VERSION=latest
RUN CGO_ENABLED=0 go build -ldflags "-X github.com/dataplane-app/dataplane/app/mainapp/config.Version=$DATAPLANE_VERSION" -o dataplane app/mainapp/server.go


FROM node:18.17 as builder2
FROM node:18.18 as builder2

# FROM ubuntu:22.04 as builder2

Expand Down

0 comments on commit 4ced322

Please sign in to comment.