Skip to content

Commit

Permalink
chore(deps): bump node from 18.19.1-alpine3.18 to 21.7.3-alpine3.18
Browse files Browse the repository at this point in the history
Bumps node from 18.19.1-alpine3.18 to 21.7.3-alpine3.18.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 12, 2024
1 parent 3399c47 commit 6e74504
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
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.4
FROM node:18.19.1-alpine3.18 AS base
FROM node:21.7.3-alpine3.18 AS base
ENV HUSKY 0

RUN apk update
Expand Down

0 comments on commit 6e74504

Please sign in to comment.