aboutsummaryrefslogtreecommitdiff
path: root/src/go-echo
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2024-08-31 22:10:00 -0700
committerMax Resnick <max@ofmax.li>2024-08-31 22:10:00 -0700
commitb5a98c2f56cb797c6ed21f05302f123d7dfa5a97 (patch)
treee1866e8ab724646961ff8feca44d48a178e86d49 /src/go-echo
parente12e3e635cd409dc4ba3b0f5bb7c5759349822e1 (diff)
downloadgrumpy-containers-b5a98c2f56cb797c6ed21f05302f123d7dfa5a97.tar.gz
feat: update configs
Diffstat (limited to 'src/go-echo')
-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