Skip to content

Commit d968f4a

Browse files
Bump alpine from 3.23.4 to 3.24.0 (#166)
Bumps alpine from 3.23.4 to 3.24.0. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fc245fd commit d968f4a

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
@@ -15,7 +15,7 @@ COPY . .
1515
# Build the binary
1616
RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-s -w" -o /proxy ./cmd/proxy
1717

18-
FROM alpine:3.23.4
18+
FROM alpine:3.24.0
1919

2020
RUN apk add --no-cache ca-certificates
2121

0 commit comments

Comments
 (0)