Skip to content

Commit

Permalink
Bump node to v18
Browse files Browse the repository at this point in the history
Signed-off-by: Cintia Sanchez Garcia <[email protected]>
  • Loading branch information
cynthia-sg committed Oct 17, 2023
1 parent 9a9c7e5 commit e8faa29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ updates:
interval: "weekly"
ignore:
- dependency-name: "node"
versions: ["18-alpine3.17", "19-alpine3.17", "20-alpine3.17"]
versions: ["19-alpine3.18", "20-alpine3.18"]

- package-ecosystem: "docker"
directory: "/database/migrations"
Expand Down
2 changes: 1 addition & 1 deletion clowarden-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR /clowarden/clowarden-server
RUN cargo build --release

# Build frontend
FROM node:16-alpine3.17 AS frontend-builder
FROM node:18-alpine3.18 AS frontend-builder
RUN apk --no-cache add git
WORKDIR /web
COPY web .
Expand Down

0 comments on commit e8faa29

Please sign in to comment.