Skip to content

Commit

Permalink
fix: dependencies 2023-09-06 (#31)
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 Sep 13, 2023
1 parent 4b8d574 commit a29aa70
Show file tree
Hide file tree
Showing 8 changed files with 497 additions and 260 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
ci:
container: node:18.17.0
container: node:18.17.1@sha256:933bcfad91e9052a02bc29eb5aa29033e542afac4174f9524b79066d97b23c24
runs-on: ubuntu-latest
timeout-minutes: 10

Expand All @@ -17,7 +17,7 @@ jobs:

steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Node
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Renovate Automatic Branch
uses: bodinsamuel/renovate-automatic-branch@v1
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.0
18.17.1
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.17.0-bullseye-slim AS tmp
FROM node:18.17.1-bullseye-slim@sha256:97bbcbf965174b6b8db5b93efc556c8aa885f76c1a9476c24b86f21e0c003919 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.17.0-bullseye-slim as web
FROM node:18.17.1-bullseye-slim@sha256:97bbcbf965174b6b8db5b93efc556c8aa885f76c1a9476c24b86f21e0c003919 as web

ENV PORT=8080
ENV NODE_ENV=production
Expand Down

0 comments on commit a29aa70

Please sign in to comment.