chore(deps): update portainer/portainer-ce docker tag to v2.18.1 (#359)
* chore(deps): update portainer/portainer-ce docker tag to v2.18.1 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
parent
5a322a3a16
commit
07c7862a84
|
@ -6,9 +6,11 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"https": true,
|
"https": true,
|
||||||
"id": "portainer",
|
"id": "portainer",
|
||||||
"tipi_version": 7,
|
"tipi_version": 8,
|
||||||
"version": "2.17.1-alpine",
|
"version": "2.18.1-alpine",
|
||||||
"categories": ["utilities"],
|
"categories": [
|
||||||
|
"utilities"
|
||||||
|
],
|
||||||
"description": "",
|
"description": "",
|
||||||
"short_desc": "Making Docker and Kubernetes management easy.",
|
"short_desc": "Making Docker and Kubernetes management easy.",
|
||||||
"author": "portainer.io",
|
"author": "portainer.io",
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
portainer:
|
portainer:
|
||||||
image: portainer/portainer-ce:2.17.1-alpine
|
image: portainer/portainer-ce:2.18.1-alpine
|
||||||
container_name: portainer
|
container_name: portainer
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user