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 (#258)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent cefbcd0 commit 3510644
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.9
# syntax=docker/dockerfile:1.10
FROM node:lts-alpine as builder

WORKDIR /sqnc-hyproof-api
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services:
restart: on-failure

ipfs:
image: ipfs/go-ipfs:v0.29.0
image: ipfs/go-ipfs:v0.30.0
container_name: ipfs
environment:
- |
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services:
restart: on-failure

ipfs:
image: ipfs/go-ipfs:v0.29.0
image: ipfs/go-ipfs:v0.30.0
container_name: ipfs
environment:
- |
Expand Down

0 comments on commit 3510644

Please sign in to comment.