Skip to content

Commit

Permalink
Merge pull request #33 from ONSdigital/migrate-to-eclipse-temurin-17
Browse files Browse the repository at this point in the history
Migrate Banner service from deprecated openJDK docker image
  • Loading branch information
SteveScorfield authored Jan 4, 2024
2 parents e7fedef + 81c89b4 commit c16a1f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# How to test?

# Trello
# Jira
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:17-slim
FROM eclipse-temurin:17-jre-alpine

RUN addgroup --system banner-group && adduser --system banner-user --ingroup banner-group

Expand Down
4 changes: 2 additions & 2 deletions _infra/helm/banner-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: A Helm chart for Kubernetes

type: application

version: 2.0.7
version: 2.0.8

appVersion: 2.0.7
appVersion: 2.0.8

0 comments on commit c16a1f2

Please sign in to comment.