Skip to content

Commit

Permalink
Merge branch 'main' into philprime/add-open-link-action
Browse files Browse the repository at this point in the history
  • Loading branch information
philprime committed Nov 25, 2024
2 parents 05c915e + 70f9f94 commit dfad4c8
Show file tree
Hide file tree
Showing 119 changed files with 14,321 additions and 1,522 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.0
22.11.0
584 changes: 292 additions & 292 deletions .yarn/releases/yarn-4.5.1.cjs → .yarn/releases/yarn-4.5.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
yarnPath: .yarn/releases/yarn-4.5.1.cjs
yarnPath: .yarn/releases/yarn-4.5.2.cjs

nodeLinker: node-modules
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# ---- Base ----
FROM node:20.18.0 AS base
FROM node:22.11.0 AS base

# Set Working Directory
WORKDIR /home/node/app
Expand Down Expand Up @@ -66,7 +66,7 @@ RUN yarn build

# # ---- Release ----
# build production ready image
FROM node:20.18.0-slim AS release
FROM node:22.11.0-slim AS release
LABEL maintainer="opensource@kula.app"

LABEL org.label-schema.schema-version="1.0"
Expand Down
Loading

0 comments on commit dfad4c8

Please sign in to comment.