Skip to content

Commit 2d643ee

Browse files
committed
Update beta Dockerfile to use PARENT_IMAGE
1 parent 169078a commit 2d643ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

beta/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM ibmjava:8-jre
15+
ARG PARENT_IMAGE=ibmjava:8-jre
16+
FROM $PARENT_IMAGE
1617

1718
LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Arthur De Magalhaes, Chris Potter" \
1819
org.opencontainers.image.vendor="IBM" \

0 commit comments

Comments
 (0)