Skip to content

Commit 023dc1a

Browse files
Merge pull request #4 from joergschultzelutter/3-illegal-instruction-error
Issue #3 Docker deprecation fixes
2 parents e533c96 + 5812727 commit 023dc1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#
3333
# For more information, please refer to <http://unlicense.org/>
3434

35-
FROM alpine as builder
35+
FROM alpine AS builder
3636

3737
WORKDIR /tk5/
3838
ADD https://www.prince-webdesign.nl/images/downloads/mvs-tk5.zip /tk5/
@@ -49,7 +49,7 @@ RUN rm -rf /tk5/hercules/darwin && \
4949
rm -rf /tk5/hercules/windows
5050

5151
FROM alpine
52-
MAINTAINER jsl
52+
LABEL org.opencontainers.image.authors="jsl"
5353
LABEL version="1.00"
5454
LABEL description="OS/VS2 MVS 3.8j Service Level 8505, Tur(n)key Level 5 Version 1.00"
5555
WORKDIR /tk5/

0 commit comments

Comments
 (0)