Skip to content

Commit

Permalink
fix(deps): update patch, pin, image digest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 25, 2023
1 parent ff977ed commit 561502a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion services/gateway/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:17.0.7_7-jre
FROM eclipse-temurin:17.0.8_7-jre
WORKDIR /opt/
COPY build/libs/gateway-*.jar app.jar
EXPOSE 9000
Expand Down
2 changes: 1 addition & 1 deletion services/habit/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:17.0.7_7-jre
FROM eclipse-temurin:17.0.8_7-jre
WORKDIR /opt/
COPY build/libs/habit-*.jar app.jar
EXPOSE 9001
Expand Down
2 changes: 1 addition & 1 deletion services/report/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:17.0.7_7-jre
FROM eclipse-temurin:17.0.8_7-jre
WORKDIR /opt/
COPY build/libs/report-*.jar app.jar
EXPOSE 9003
Expand Down
2 changes: 1 addition & 1 deletion services/track/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:17.0.7_7-jre
FROM eclipse-temurin:17.0.8_7-jre
WORKDIR /opt/
COPY build/libs/track-*.jar app.jar
EXPOSE 9002
Expand Down
14 changes: 7 additions & 7 deletions services/ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion services/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@icons-pack/react-simple-icons": "8.0.1",
"@popperjs/core": "2.11.8",
"@tailwindcss/forms": "0.5.4",
"@types/node": "18.17.0",
"@types/node": "18.17.1",
"@types/react": "18.2.16",
"@types/react-dom": "18.2.7",
"date-fns": "2.30.0",
Expand Down

0 comments on commit 561502a

Please sign in to comment.