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 245186d commit 782c862
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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,21 +23,21 @@ 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 Maria db
RUN apk add --no-cache \
mariadb=10.11.6-r0 \
mariadb-server-utils=10.11.6-r0 \
mariadb=10.11.8-r0 \
mariadb-server-utils=10.11.8-r0 \
pwgen=2.08-r3

# 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 782c862

Please sign in to comment.