Skip to content

Commit

Permalink
Update weekly minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent 3699861 commit e7be3c1
Show file tree
Hide file tree
Showing 4 changed files with 1,055 additions and 1,409 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
repository: csesoc/deployment
token: ${{ secrets.GH_TOKEN }}
- name: Install yq - portable yaml processor
uses: mikefarah/yq@v4.44.2
uses: mikefarah/yq@v4.45.1
- name: Determine file to update
id: get_manifest
env:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build layer template for an eventual TS migration
FROM node:20.15.0-slim AS builder
FROM node:20.18.1-slim AS builder
ENV NODE_ENV=production

# Set working directory
Expand All @@ -9,7 +9,7 @@ WORKDIR /app
COPY package.json package-lock.json ./
RUN npm ci --omit=dev

FROM ghcr.io/puppeteer/puppeteer:22.12.1
FROM ghcr.io/puppeteer/puppeteer:22.15.0
ENV NODE_ENV=production

USER root
Expand Down
Loading

0 comments on commit e7be3c1

Please sign in to comment.