Skip to content

Commit 6676f42

Browse files
committed
Fix docker image build cache not working
1 parent 17feeb6 commit 6676f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM golang:1.23.1-alpine as base
2-
WORKDIR /root/
2+
WORKDIR /root
33

44
RUN apk add git
55

0 commit comments

Comments
 (0)