Skip to content

Commit

Permalink
build[Dockerfile]: Updarte to bookworm base image
Browse files Browse the repository at this point in the history
  • Loading branch information
sidey79 committed Nov 10, 2024
1 parent 4c07540 commit 446758a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.11.0-bullseye-slim@sha256:01e6d7155cfe9567294142e456da98864df32fd51e7d64ea04c1287b3fdc4bc5
FROM node:22.11.0-bookworm-slim
ENV NODE_ENV=production
ARG TARGETPLATFORM

Expand Down Expand Up @@ -31,7 +31,6 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -qqy --no-install-recommends \
curl \
jq \
lsb-release \
openssh-client \
&& apt-get autoremove -qqy && apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* ~/.[^.] ~/.??* ~/*
Expand Down Expand Up @@ -63,7 +62,7 @@ ARG L_VCS_URL="https://github.com/fhem/alexa-fhem-docker/"
ARG L_VENDOR="FHEM"
ARG L_LICENSES="MIT"
ARG L_TITLE="alexa-fhem-${TARGETPLATFORM}"
ARG L_DESCR="FHEM complementary Docker image for Amazon alexa voice assistant, based on Debian Bullseye."
ARG L_DESCR="FHEM complementary Docker image for Amazon alexa voice assistant, based on Debian Bookworm."

ARG L_AUTHORS_ALEXAFHEM="https://github.com/justme-1968/alexa-fhem/graphs/contributors"
ARG L_URL_ALEXAFHEM="https://fhem.de/"
Expand Down

0 comments on commit 446758a

Please sign in to comment.