Skip to content

Commit

Permalink
build: bump app dependencies for libssl and netcat to packages availa…
Browse files Browse the repository at this point in the history
…ble in debian bookworm

closes: #3692
  • Loading branch information
JakobLichterfeld committed Feb 27, 2024
1 parent aaa86df commit 776e7a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- ci: run edge build every night ([206d731](https://github.com/teslamate-org/teslamate/commit/206d731935a5e8ebc350a7981df8c6d92480b88b) - @JakobLichterfeld)
- ci: update upload-artifact action (#3689 - @JakobLichterfeld)
- build: bump app base image to fix 'GLIBC_2.34' not found error (#3691- @JakobLichterfeld)
- build: bump app dependencies for libssl and netcat to packages available in debian bookworm (#3691- @JakobLichterfeld)
- build: reduce the size of the Docker image by cleaning the APT cache (#3692- @JakobLichterfeld)

#### Dashboards
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ WORKDIR $HOME
RUN apt-get update && apt-get install -y --no-install-recommends \
libodbc1 \
libsctp1 \
libssl1.1 \
libssl3 \
libstdc++6 \
netcat \
netcat-traditional \
tini \
tzdata && \
apt-get clean && \
Expand Down

0 comments on commit 776e7a2

Please sign in to comment.