From 3b22d1627dfeba54b44c525ac17984bded78d899 Mon Sep 17 00:00:00 2001 From: aminvakil Date: Mon, 6 May 2024 01:10:42 +0000 Subject: [PATCH] Bump ocserv version 1.3.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2fbdb70..f38c177 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.19.1 LABEL maintainer="Amin Vakil , Dmitry Romashov " -ENV OC_VERSION=1.2.4 +ENV OC_VERSION=1.3.0 RUN apk add --no-cache bash