Skip to content

Commit

Permalink
build(deps): bump eclipse-temurin from 21.0.2_13-jre-alpine to 22.0.2…
Browse files Browse the repository at this point in the history
…_9-jre-alpine in /launchers/dataplane/src/main/docker (#317)

* build(deps): bump eclipse-temurin

Bumps eclipse-temurin from 21.0.2_13-jre-alpine to 22.0.2_9-jre-alpine.

---
updated-dependencies:
- dependency-name: eclipse-temurin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* extend pr title rule

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paul Latzelsperger <[email protected]>
  • Loading branch information
dependabot[bot] and paullatzelsperger authored Jul 26, 2024
1 parent 5d58b38 commit ca43859
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
# - Add cool feature
# - Feature/some cool improvement
# - fix: resolve minor issue.
regex: '^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\(\w+((,|\/|\\)?\s?\w+)+\))?!?: [\S ]{1,80}[^\.]$'
regex: '^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\(\w+((,|\/|\\)?\s?\w+)+\))?!?: [\S ]{1,160}[^\.]$'
allowed_prefixes: 'build,chore,ci,docs,feat,fix,perf,refactor,revert,style,test'
prefix_case_sensitive: true
2 changes: 1 addition & 1 deletion launchers/dataplane/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -buster is required to have apt available
FROM eclipse-temurin:21.0.2_13-jre-alpine
FROM eclipse-temurin:22.0.2_9-jre-alpine

# Optional JVM arguments, such as memory settings
ARG JVM_ARGS=""
Expand Down

0 comments on commit ca43859

Please sign in to comment.