Update Centrifugo and Sftpgo.

This commit is contained in:
Buster Neece 2023-07-18 01:06:45 -05:00
parent fefb49cec8
commit c53a675fa0
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#
# Golang dependencies build step
#
FROM golang:1.19-bullseye AS go-dependencies
FROM golang:1.20-bullseye AS go-dependencies
RUN apt-get update \
&& apt-get install -y --no-install-recommends openssl git
@ -10,7 +10,7 @@ RUN go install github.com/jwilder/dockerize@v0.6.1
RUN go install github.com/aptible/supercronic@v0.2.25
RUN go install github.com/centrifugal/centrifugo/v4@v4.1.5
RUN go install github.com/centrifugal/centrifugo/v5@v5.0.1
#
# MariaDB dependencies build step

View File

@ -7,7 +7,7 @@ if [[ "$(uname -m)" = "aarch64" ]]; then
ARCHITECTURE=arm64
fi
wget -O /tmp/sftpgo.deb "https://github.com/drakkan/sftpgo/releases/download/v2.5.2/sftpgo_2.5.2-1_${ARCHITECTURE}.deb"
wget -O /tmp/sftpgo.deb "https://github.com/drakkan/sftpgo/releases/download/v2.5.4/sftpgo_2.5.4-1_${ARCHITECTURE}.deb"
dpkg -i /tmp/sftpgo.deb
rm -f /tmp/sftpgo.deb