Skip to content

Commit 59674cd

Browse files
chore(deps): bump the docker-dependencies group with 1 update
Bumps the docker-dependencies group with 1 update: alpine. Updates `alpine` from 3.18 to 3.19 --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9100920 commit 59674cd

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
@@ -12,7 +12,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
1212
go build -o /go/bin/http-header-authenticator -v ./...
1313

1414
# final stage
15-
FROM alpine:3.18
15+
FROM alpine:3.19
1616
RUN apk --no-cache add ca-certificates
1717
COPY --from=builder /go/bin/http-header-authenticator /usr/local/bin/http-header-authenticator
1818
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)