Skip to content

Commit f075895

Browse files
authored
Update Go base image to version 1.24.0
1 parent cc831c2 commit f075895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/tavern.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Dependency Cache
2-
FROM golang:1.23.4-bookworm as base
2+
FROM golang:1.24.0-bookworm as base
33
WORKDIR /app
44
RUN mkdir -p /app/build /app/cdn
55
COPY ./go.mod /app/go.mod

0 commit comments

Comments
 (0)