Skip to content

Commit

Permalink
chore(deps): bump the docker-dependencies group with 1 update
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent f305cc3 commit 249a3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
go build -o /go/bin/http-header-authenticator -v ./...

# final stage
FROM alpine:3.18
FROM alpine:3.19
RUN apk --no-cache add ca-certificates
COPY --from=builder /go/bin/http-header-authenticator /usr/local/bin/http-header-authenticator
COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 249a3a4

Please sign in to comment.