Skip to content

Commit

Permalink
silence warnings about AS casing; fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kapsakcj committed Oct 22, 2024
1 parent 4327e5d commit 25cd73a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions krakentools/d4a2fbe/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM ubuntu:jammy as app
FROM ubuntu:jammy AS app

WORKDIR /

# using a git commit because the last release was over three years ago,, despite recent(ish) activity in the repo's main branch
# using a git commit because the last release was over three years ago, despite recent(ish) activity in the repo's main branch
ARG KRAKENTOOLS_VERSION="d4a2fbe2833c2392a724697c0c97a3014e748474"

# LABEL instructions tag the image with metadata that might be important to the user
Expand Down Expand Up @@ -43,6 +43,6 @@ ENV PATH=/KrakenTools:${PATH}

WORKDIR /data

FROM app as test
FROM app AS test

RUN python3 /KrakenTools/extract_kraken_reads.py --help

0 comments on commit 25cd73a

Please sign in to comment.