Skip to content

Commit 3172a90

Browse files
committed
Renovate and other maintenance updates
1 parent 6320522 commit 3172a90

File tree

5 files changed

+2158
-1857
lines changed

5 files changed

+2158
-1857
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# Set always-auth in npmrc
4848
always-auth: true
4949
# Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0
50-
node-version: 20.5.0
50+
node-version: 20.7.0
5151
# Set this option if you want the action to check for the latest available version that satisfies the version spec
5252
check-latest: true
5353

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.5.0
1+
FROM node:20.7.0
22

33
RUN apt-get update && apt-get install -y postgresql-client
44

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ services:
5858

5959
eyeshade-postgres:
6060
container_name: eyeshade-postgres
61-
image: postgres:15.3
61+
image: postgres:15.4
6262
ports:
6363
- "3012:5432"
6464
environment:

0 commit comments

Comments
 (0)