aboutsummaryrefslogtreecommitdiff
path: root/src/go-echo/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/go-echo/Dockerfile')
-rw-r--r--src/go-echo/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/go-echo/Dockerfile b/src/go-echo/Dockerfile
index 2c8a082..fbd7c28 100644
--- a/src/go-echo/Dockerfile
+++ b/src/go-echo/Dockerfile
@@ -1,5 +1,5 @@
-ARG BASE_VER=latest
-FROM golang:1.17-bullseye
+ARG BASE_VER=v0.1.0
+FROM golang:1.21-bullseye
WORKDIR /app