Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Sep 20, 2023
1 parent 5f67063 commit d10bbce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frameworks/Kotlin/hexagon/hexagon-nima-pgclient.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN gradle --quiet -x test installDist
#
# RUNTIME
#
FROM docker.io/eclipse-temurin:20-jre-alpine
FROM docker.io/eclipse-temurin:21-jre-alpine
ARG PROJECT=hexagon_nima_pgclient

ENV POSTGRESQL_DB_HOST tfb-database
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Kotlin/hexagon/hexagon-nima.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN gradle --quiet -x test installDist
#
# RUNTIME
#
FROM docker.io/eclipse-temurin:20-jre-alpine
FROM docker.io/eclipse-temurin:21-jre-alpine
ARG PROJECT=hexagon_nima_postgresql

ENV POSTGRESQL_DB_HOST tfb-database
Expand Down

0 comments on commit d10bbce

Please sign in to comment.