Skip to content

Commit 9e4a5a1

Browse files
authored
Merge pull request #57 from malwarebo/dependabot/docker/alpine-3.23
docker(deps): bump alpine from 3.21 to 3.23
2 parents 691a43d + ae8b9e1 commit 9e4a5a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN go mod download
88
COPY . .
99
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o conductor .
1010

11-
FROM alpine:3.21
11+
FROM alpine:3.23
1212

1313
RUN apk --no-cache add ca-certificates tzdata
1414

0 commit comments

Comments
 (0)