Skip to content

Commit 50e2ff8

Browse files
snyk-botMPCodeWriter21
authored andcommitted

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
@@ -4,7 +4,7 @@ COPY . .
44
RUN go build main.go
55

66

7-
FROM debian:12.9-slim
7+
FROM debian:12.10-slim
88
RUN apt-get update && apt-get install -y --no-install-recommends -y ca-certificates \
99
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
1010
WORKDIR /root

0 commit comments

Comments
 (0)