Skip to content

Commit 2e38ba7

Browse files
authored
Update Dockerfile
1 parent 26870c0 commit 2e38ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ RUN url="https://golang.org/dl/go${GOLANG_VERSION}.linux-amd64.tar.gz" && \
175175
tar -C /usr/local -xzf go.tgz && \
176176
rm go.tgz
177177

178-
# uv and uvx (needed for getmail6)
178+
# uv and uvx
179179
COPY --from=docker.io/astral/uv:latest /uv /uvx /bin/
180180

181181
# rbenv

0 commit comments

Comments
 (0)