Skip to content

Commit 0fbcbfb

Browse files
chore(deps): update alpine docker tag to v3.19
1 parent 52fb644 commit 0fbcbfb

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
@@ -17,7 +17,7 @@ COPY /pkg pkg/
1717
# Build
1818
RUN CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} GO111MODULE=on go build -a -o deployment-agent main.go
1919

20-
FROM alpine:3.18
20+
FROM alpine:3.19
2121
WORKDIR /workspace
2222

2323
COPY --from=builder /workspace/deployment-agent .

0 commit comments

Comments
 (0)