Make prod image version latest

This commit is contained in:
Mark Veidemanis 2022-07-29 22:22:22 +01:00
parent 026d736bdc
commit 72adeed591
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: "2"
services: services:
app: app:
image: pathogen/neptune image: pathogen/neptune:latest
build: ./docker/prod build: ./docker/prod
volumes: volumes:
- ${PORTAINER_GIT_DIR}:/code - ${PORTAINER_GIT_DIR}:/code