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 (#179)
Browse files Browse the repository at this point in the history
Bumps maven from 3.9.0-eclipse-temurin-17-alpine to 3.9.1-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>
Co-authored-by: Youssef Bel Mekki <38552193+ybelMekk@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ybelMekk committed Apr 19, 2023
1 parent e46db2b commit 31701f7
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.9.0-eclipse-temurin-17-alpine
FROM maven:3.9.1-eclipse-temurin-17-alpine

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

Expand Down

0 comments on commit 31701f7

Please sign in to comment.