Skip to content
Snippets Groups Projects
Commit 52645378 authored by Oleksandr Kosse (EPAM)'s avatar Oleksandr Kosse (EPAM)
Browse files

Merge branch 'GONRG-7028-Update-base-images-for-java-services' into 'master'

base image changed

See merge request !487
parents f2e52815 9201d77f
No related branches found
No related tags found
1 merge request!487base image changed
Checking pipeline status
# Use the official AdoptOpenJDK for a base image.
# https://hub.docker.com/_/openjdk
FROM openjdk:8-slim
FROM azul/zulu-openjdk-alpine:8-latest
WORKDIR /app
ARG PROVIDER_NAME
ENV PROVIDER_NAME $PROVIDER_NAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment