Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3680 from JCHacking/fixed-docker-issues-build
Browse files Browse the repository at this point in the history
Fixed Docker issues
  • Loading branch information
v1r3n authored Jul 25, 2023
2 parents f4c95a4 + c290346 commit d0a5883
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# ===========================================================================================================
# 0. Builder stage
# ===========================================================================================================
FROM eclipse-temurin:11-jdk-focal AS builder
FROM eclipse-temurin:11-jdk-jammy AS builder

LABEL maintainer="Netflix OSS <[email protected]>"

Expand All @@ -19,7 +19,7 @@ RUN ./gradlew build -x test --stacktrace
# ===========================================================================================================
# 1. Bin stage
# ===========================================================================================================
FROM eclipse-temurin:11-jre-focal
FROM eclipse-temurin:11-jre-jammy

LABEL maintainer="Netflix OSS <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion docker/ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# conductor:ui - Netflix Conductor UI
#
FROM node:14-alpine
FROM node:16-alpine
LABEL maintainer="Netflix OSS <[email protected]>"

# Install the required packages for the node build
Expand Down

0 comments on commit d0a5883

Please sign in to comment.