Skip to content

Commit ff65672

Browse files
lucarin91Xayton
andauthored
feat(cleanup): remove containers before images
Co-authored-by: Xayton <30591904+Xayton@users.noreply.github.com>
1 parent 5007db4 commit ff65672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.0 AS go
1+
FROM golang:1.25.1 AS go
22

33
ARG BINARY_NAME
44
RUN test -n "${BINARY_NAME}" || (echo "Error: BINARY_NAME is not set" && exit 1)

0 commit comments

Comments
 (0)