Skip to content

Commit

Permalink
⬆️ Upgrades add-on base image to 12.2.2 (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Aug 18, 2022
1 parent 82e2ab7 commit 108b37e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions sqlite-web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.1
ARG BUILD_FROM=ghcr.io/hassio-addons/base:12.2.2
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand All @@ -16,7 +16,7 @@ RUN \
\
&& apk add --no-cache \
nginx=1.22.0-r1 \
python3=3.10.4-r0 \
python3=3.10.5-r0 \
\
&& pip3 install -r /tmp/requirements.txt \
\
Expand Down
10 changes: 5 additions & 5 deletions sqlite-web/build.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base:12.2.1
amd64: ghcr.io/hassio-addons/base:12.2.1
armhf: ghcr.io/hassio-addons/base:12.2.1
armv7: ghcr.io/hassio-addons/base:12.2.1
i386: ghcr.io/hassio-addons/base:12.2.1
aarch64: ghcr.io/hassio-addons/base:12.2.2
amd64: ghcr.io/hassio-addons/base:12.2.2
armhf: ghcr.io/hassio-addons/base:12.2.2
armv7: ghcr.io/hassio-addons/base:12.2.2
i386: ghcr.io/hassio-addons/base:12.2.2
codenotary:
base_image: [email protected]
signer: [email protected]

0 comments on commit 108b37e

Please sign in to comment.