Skip to content

Commit

Permalink
⬆️ Update Addon Base Image to v16 and dependency-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
casse-boubou committed May 23, 2024
1 parent 36ead20 commit 3b3bbed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions sharry/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:15.0.8
ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.0.0

# https://github.com/hassio-addons/addon-base/releases
# hadolint ignore=DL3006
Expand All @@ -23,15 +23,15 @@ RUN set -eux \
apk del .build-deps; \
\
apk add --no-cache \
mariadb-client=10.11.6-r0 \
mariadb-client=10.11.8-r0 \
netcat-openbsd=1.226-r0 \
openjdk17-jre=17.0.11_p9-r0

# add Nginx
# hadolint ignore=DL3009
RUN \
apk add --no-cache \
nginx=1.24.0-r16 \
nginx=1.26.0-r1 \
&& rm -fr \
/etc/nginx \
/tmp/* \
Expand Down
2 changes: 1 addition & 1 deletion sharry/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base:15.0.8
aarch64: ghcr.io/hassio-addons/base:16.0.0
codenotary:
base_image: [email protected]
signer: [email protected]

0 comments on commit 3b3bbed

Please sign in to comment.