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/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/go-echo/Dockerfile b/src/go-echo/Dockerfile
index 6d6cd79..6e07547 100644
--- a/src/go-echo/Dockerfile
+++ b/src/go-echo/Dockerfile
@@ -1,4 +1,4 @@
-ARG BASE_VER=v0.1.0
+ARG BASE_VER=latest
FROM golang:1.21-bullseye
WORKDIR /app