We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc831c2 commit f075895Copy full SHA for f075895
docker/tavern.Dockerfile
@@ -1,5 +1,5 @@
1
# Dependency Cache
2
-FROM golang:1.23.4-bookworm as base
+FROM golang:1.24.0-bookworm as base
3
WORKDIR /app
4
RUN mkdir -p /app/build /app/cdn
5
COPY ./go.mod /app/go.mod
0 commit comments