Skip to content

Commit

Permalink
fix(docker): remove pinned image that refer to previous Docker image
Browse files Browse the repository at this point in the history
Since Renovate updates the hash after a release, the Docker Compose uses the previous version instead of the latest
  • Loading branch information
timoa committed Apr 13, 2022
1 parent 128b30e commit b9081b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.3'

services:
api:
image: timoa/app-stores-prometheus-exporter:latest@sha256:e547e2122b6f0a3316adba40c4b38763a3984e63e0c07cb0ce03265d316c8182
image: timoa/app-stores-prometheus-exporter:latest
environment:
- NODE_ENV=production
volumes:
Expand Down

0 comments on commit b9081b5

Please sign in to comment.