Skip to content

Commit

Permalink
Merge pull request #74 from mdegat01/dependabot/docker/amr2mqtt/alpin…
Browse files Browse the repository at this point in the history
…e-3.16.2

Bump alpine from 3.15.4 to 3.16.2 in /amr2mqtt
  • Loading branch information
mdegat01 committed Aug 30, 2022
2 parents 7ebedbf + 1d570d9 commit 7031b54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions amr2mqtt/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64

# https://hub.docker.com/_/alpine
FROM alpine:3.15.4 as build_rtlamr
FROM alpine:3.16.2 as build_rtlamr
# https://github.com/bemasher/rtlamr/releases
ENV RTLAMR_VERSION 0.9.1

RUN set -eux; \
apk update; \
apk add --no-cache --virtual .build-deps \
tar=1.34-r0 \
curl=7.80.0-r1 \
curl=7.83.1-r2 \
; \
APKARCH="$(apk --print-arch)"; \
case "${APKARCH}" in \
Expand Down

0 comments on commit 7031b54

Please sign in to comment.