Skip to content

Commit

Permalink
Upgrade OpenSIPS
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Jun 27, 2024
1 parent 69d5832 commit 2d998da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/gateway/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ USER root

ENV DEBIAN_FRONTEND noninteractive

ARG OPENSIPS_VERSION=3.3
ARG OPENSIPS_VERSION=3.4
ARG OPENSIPS_BUILD=releases

RUN apt-get -y update -qq && apt-get -y install gnupg2 ca-certificates curl && \
Expand Down Expand Up @@ -36,7 +36,7 @@ USER root

ENV DEBIAN_FRONTEND noninteractive

ARG OPENSIPS_VERSION=3.3
ARG OPENSIPS_VERSION=3.4
ARG OPENSIPS_BUILD=releases

RUN apt-get -y update -qq && apt-get -y install gnupg2 ca-certificates iproute2 curl netcat-traditional jq && \
Expand Down

0 comments on commit 2d998da

Please sign in to comment.