Skip to content

Commit

Permalink
Merge branch 'release' into dependabot/npm_and_yarn/plotly.js-dist-mi…
Browse files Browse the repository at this point in the history
…n-2.35.3
  • Loading branch information
JamesPeck authored Jan 29, 2025
2 parents 15cb500 + b712d53 commit 3e7bd17
Show file tree
Hide file tree
Showing 29 changed files with 291 additions and 273 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Step 1: Build the app with node
FROM node:23.0.0-alpine3.19 AS builder
FROM node:23.3.0-alpine3.19 AS builder
WORKDIR /app
COPY package*.json .
COPY .env .
Expand All @@ -9,7 +9,7 @@ RUN npm run build
RUN npm ci --omit dev

# Step 2: Serve the app with httpd
FROM httpd:2.4.62-alpine
FROM httpd:2.4.63-alpine

RUN apk add --update openssl sed nodejs supervisor

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.bdc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Step 1: Build the app with node
FROM node:23.0.0-alpine3.19 AS builder
FROM node:23.3.0-alpine3.19 AS builder
WORKDIR /app
COPY package*.json .
COPY .env .
Expand All @@ -11,7 +11,7 @@ RUN npm run build
RUN npm ci --omit dev

# Step 2: Serve the app with httpd
FROM httpd:2.4.62-alpine
FROM httpd:2.4.63-alpine

RUN apk add --update openssl sed nodejs supervisor

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM httpd:2.4.62-alpine
FROM httpd:2.4.63-alpine

RUN apk add --update openssl sed nodejs npm supervisor
#TODO: volume mount the certs
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.local
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM httpd:2.4.62-alpine
FROM httpd:2.4.63-alpine

RUN apk add --update openssl sed nodejs npm supervisor
#TODO: volume mount the certs
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Step 1: Build the app with node
FROM node:23.0.0-alpine3.19 AS builder
FROM node:23.3.0-alpine3.19 AS builder
WORKDIR /app
COPY package*.json .
COPY .env .
Expand All @@ -9,7 +9,7 @@ RUN npm run build
RUN npm ci --omit dev

# Step 2: Serve the app with httpd
FROM httpd:2.4.62-alpine
FROM httpd:2.4.63-alpine

RUN apk add --update openssl sed nodejs supervisor

Expand Down
Loading

0 comments on commit 3e7bd17

Please sign in to comment.