Skip to content

Commit

Permalink
fix: dependencies 2023-10-22 (#78)
Browse files Browse the repository at this point in the history
Weekly dependencies update.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
bodinsamuel and renovate[bot] committed Oct 27, 2023
1 parent 9649581 commit 3635c88
Show file tree
Hide file tree
Showing 7 changed files with 178 additions and 236 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
ci:
container: node:18.18.2@sha256:01c6cd70ee61cbe8acbfd8849e071d1fc0d910d758df24523554e8bff32ad138
container: node:20.9.0@sha256:62efd17e997bc843aefa4c003ed84f43dfac83fa6228c57c898482e50a02e45c
runs-on: ubuntu-latest
timeout-minutes: 10

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.2
20.9.0
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ------------------
# New tmp image
# ------------------
FROM node:18.18.2-bullseye-slim@sha256:aaf8e7614693cbd226fc9b5c6eb282b377ef3bcd4a05ef198a57989fe3da9b16 AS tmp
FROM node:20.9.0-bullseye-slim@sha256:9bd92446fa6af24593919e2e617b08b2462e4d9eb504775a7aa118fe4b24986a AS tmp

# Setup the app WORKDIR
WORKDIR /app/tmp
Expand Down Expand Up @@ -40,7 +40,7 @@ RUN true \
# ---- Web ----
# Resulting new, minimal image
# This image must have the minimum amount of layers
FROM node:18.18.2-bullseye-slim@sha256:aaf8e7614693cbd226fc9b5c6eb282b377ef3bcd4a05ef198a57989fe3da9b16 as web
FROM node:20.9.0-bullseye-slim@sha256:9bd92446fa6af24593919e2e617b08b2462e4d9eb504775a7aa118fe4b24986a as web

ENV PORT=8080
ENV NODE_ENV=production
Expand Down
Loading

0 comments on commit 3635c88

Please sign in to comment.