Skip to content

Commit

Permalink
Update docker image to eclipse-temurin17 (#331)
Browse files Browse the repository at this point in the history
* update docker image to eclips temurin17

* update package command

* auto patch increment

---------

Co-authored-by: ras-rm-pr-bot <[email protected]>
  • Loading branch information
matthew-robinson-ons and ras-rm-pr-bot authored Jan 3, 2024
1 parent 4af8d4c commit 15cc064
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _infra/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM openjdk:17-slim
FROM eclipse-temurin:17-jre-alpine

RUN apt-get update
RUN apk update
COPY target/collectionexercisesvc.jar /opt/collectionexercisesvc.jar

EXPOSE 8145
Expand Down
4 changes: 2 additions & 2 deletions _infra/helm/collection-exercise/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 13.0.28
version: 13.0.29

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 13.0.28
appVersion: 13.0.29

0 comments on commit 15cc064

Please sign in to comment.