Skip to content

build(deps): bump maven from 3.8-eclipse-temurin-17 to 3.9-eclipse-temurin-17 in /deploy/docker #72

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build(deps): bump maven in /deploy/docker
Bumps maven from 3.8-eclipse-temurin-17 to 3.9-eclipse-temurin-17.

---
updated-dependencies:
- dependency-name: maven
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ludomikula committed May 3, 2023
commit fe62d29d09dfba112c5df64d2d23a6cc6fba4e49
2 changes: 1 addition & 1 deletion deploy/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN jlink --add-modules java.base,java.compiler,java.datatransfer,java.desktop,j
##
## Build Openblocks api-service application
##
FROM maven:3.8-eclipse-temurin-17 AS build-api-service
FROM maven:3.9-eclipse-temurin-17 AS build-api-service
COPY ./server/api-service /openblocks-server
WORKDIR /openblocks-server
RUN --mount=type=cache,target=/root/.m2 mvn -f pom.xml clean package -DskipTests
Expand Down