Skip to content

Commit 802950e

Browse files
mxabsnyk-bot
andauthored
1 parent 6b88c05 commit 802950e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COPY config ./config
1414
ENV GOCACHE=/root/.cache/go-build
1515
RUN --mount=type=cache,target=/root/.cache/go-build go build -o nacp ./cmd/nacp
1616

17-
FROM ubuntu
17+
FROM ubuntu:24.10
1818
COPY --from=0 /app/nacp /nacp
1919
COPY --from=0 /etc/passwd /etc/passwd
2020
USER nobody

0 commit comments

Comments
 (0)