Skip to content

Commit

Permalink
Dockerfile: Fix libodbc dependency for MS SQL
Browse files Browse the repository at this point in the history
  • Loading branch information
sando38 committed May 27, 2024
1 parent 6e6ab45 commit d377205
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/ejabberd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ejabberd
description: ejabberd XMPP server helm chart
type: application
version: 0.8.0
appVersion: "24.02-k8s3"
appVersion: "24.02-k8s4"
keywords:
- xmpp
- mqtt
Expand Down
3 changes: 1 addition & 2 deletions image/24.02/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ RUN apk -U upgrade --available && apk add --no-cache \
curl \
expat-dev \
file \
freetds \
freetype-dev \
gd-dev \
git \
Expand Down Expand Up @@ -191,7 +190,7 @@ RUN apk add --no-cache -t .ejabberd-rundeps \
busybox \
ca-certificates-bundle \
gettext \
so:libtdsodbc.so.0 \
so:libodbc.so.2 \
jq \
netcat-openbsd \
tini \
Expand Down
2 changes: 1 addition & 1 deletion image/tag
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# -k8sX specifies the image release, new releases have a higher ordinal number
# changes in this file trigger a rebuild of the container image

24.02-k8s3
24.02-k8s4

0 comments on commit d377205

Please sign in to comment.