Skip to content

Commit

Permalink
chore: bump deps in backend image (kyma-project#3363)
Browse files Browse the repository at this point in the history
* bump deps

* fix package-lock.json
  • Loading branch information
dbadura authored Sep 26, 2024
1 parent 74f8d03 commit 96511a9
Show file tree
Hide file tree
Showing 3 changed files with 340 additions and 135 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ---- Base Alpine with Node ----
FROM alpine:3.20.2 AS base
FROM alpine:3.20.3 AS base
# install node
RUN apk add --update nodejs npm

Expand Down
Loading

0 comments on commit 96511a9

Please sign in to comment.