Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Update Docker - updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 24, 2023
1 parent 5ddd661 commit 1b2f288
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.4
# syntax=docker/dockerfile:1.6
FROM node:lts-alpine as builder

WORKDIR /dscp-hyproof-api
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
postgres-hyproof-api:
image: postgres:16.0-alpine
image: postgres:16.1-alpine
container_name: postgres-hyproof-api
ports:
- 5432:5432
Expand All @@ -14,7 +14,7 @@ services:
- POSTGRES_DB=dscp-hyproof-api

postgres-identity-service:
image: postgres:16.0-alpine
image: postgres:16.1-alpine
container_name: postgres-identity
ports:
- 5433:5432
Expand Down Expand Up @@ -61,7 +61,7 @@ services:
restart: on-failure

ipfs:
image: ipfs/go-ipfs:v0.23.0
image: ipfs/go-ipfs:v0.24.0
container_name: ipfs
environment:
- |
Expand Down

0 comments on commit 1b2f288

Please sign in to comment.