From fdf00fa248608f9cd9894880077d3c38d3c5d864 Mon Sep 17 00:00:00 2001 From: John Dorman Date: Sat, 26 Nov 2022 17:37:19 -0800 Subject: [PATCH] Update Dockerfile --- podman-update/build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman-update/build/Dockerfile b/podman-update/build/Dockerfile index 26f8958..4cd9442 100644 --- a/podman-update/build/Dockerfile +++ b/podman-update/build/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19-stretch +FROM golang:1.18.3-stretch # Currenrtly supported versions: UDM-Pro, UDM-SE ARG UDM_PLATFORM=UDM-Pro