Skip to content

Commit

Permalink
Bump gradle from 7.6.1-jdk17 to 7.6.2-jdk17 in /backend
Browse files Browse the repository at this point in the history
Bumps gradle from 7.6.1-jdk17 to 7.6.2-jdk17.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 9, 2023
1 parent ea8e101 commit 6f564df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gradle:7.6.1-jdk17
FROM gradle:7.6.2-jdk17
LABEL org.opencontainers.image.source https://github.com/CDCgov/prime-simplereport

WORKDIR /app/backend
Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile.db-liquibase-action
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gradle:7.6.1-jdk17 AS build
FROM gradle:7.6.2-jdk17 AS build

WORKDIR /home/gradle/graphql-api

Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gradle:7.6.1-jdk17 AS build
FROM gradle:7.6.2-jdk17 AS build
WORKDIR /home/gradle/graphql-api
COPY --chown=gradle:gradle ./.git ./.git
WORKDIR /home/gradle/graphql-api/backend
Expand Down

0 comments on commit 6f564df

Please sign in to comment.