Skip to content

Commit

Permalink
Fix warnings on dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
j616 committed Jul 9, 2024
1 parent 89c2134 commit 27ff1eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/Dockerfile.multi
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY ./TimeAddressableMediaStore.yaml .
###############################################################################
# Stage: bundle - Bundles specification and schemas into a single file
###############################################################################
FROM redocly/cli as bundle
FROM redocly/cli AS bundle

COPY ./bundle-api.sh /bundle-api.sh

Expand All @@ -30,7 +30,7 @@ ENTRYPOINT [ "/bundle-api.sh" ]
###############################################################################
# Stage: oaslint - Validates OpenAPI specifications
###############################################################################
FROM stoplight/spectral:6.10 as oaslint
FROM stoplight/spectral:6.10 AS oaslint

WORKDIR /data/

Expand Down

0 comments on commit 27ff1eb

Please sign in to comment.