Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
build(deps): bump maven (#142)
Browse files Browse the repository at this point in the history
Bumps maven from 3.8.6-eclipse-temurin-17-alpine to 3.8.7-eclipse-temurin-17-alpine.

---
updated-dependencies:
- dependency-name: maven
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 31, 2023
1 parent 8804765 commit 611b517
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 @@ -11,7 +11,7 @@ RUN go mod download
COPY . /src
RUN make salsa

FROM maven:3.8.6-eclipse-temurin-17-alpine
FROM maven:3.8.7-eclipse-temurin-17-alpine

RUN apk add --no-cache ca-certificates docker jq httpie

Expand Down

0 comments on commit 611b517

Please sign in to comment.