We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f6540 commit b9dde2bCopy full SHA for b9dde2b
2 files changed
phpmyadmin/Dockerfile
@@ -1,4 +1,4 @@
1
-ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.0.1
+ARG BUILD_FROM=ghcr.io/hassio-addons/base:14.0.2
2
# hadolint ignore=DL3006
3
FROM ${BUILD_FROM}
4
phpmyadmin/build.yaml
@@ -1,10 +1,10 @@
---
build_from:
- aarch64: ghcr.io/hassio-addons/base:14.0.1
- amd64: ghcr.io/hassio-addons/base:14.0.1
5
- armhf: ghcr.io/hassio-addons/base:14.0.1
6
- armv7: ghcr.io/hassio-addons/base:14.0.1
7
- i386: ghcr.io/hassio-addons/base:14.0.1
+ aarch64: ghcr.io/hassio-addons/base:14.0.2
+ amd64: ghcr.io/hassio-addons/base:14.0.2
+ armhf: ghcr.io/hassio-addons/base:14.0.2
+ armv7: ghcr.io/hassio-addons/base:14.0.2
+ i386: ghcr.io/hassio-addons/base:14.0.2
8
codenotary:
9
base_image: codenotary@frenck.dev
10
signer: codenotary@frenck.dev
0 commit comments