Skip to content

Commit

Permalink
changed dockerfile back to ubuntu:focal
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorpaisie authored Dec 5, 2024
1 parent fed5b82 commit f2e2542
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hostile/1.1.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ ARG HOSTILE_VER="1.1.0"
ARG BOWTIE2_VER="2.5.1"

# Stage 1: Build Dockerfile
FROM ubuntu:jammy AS builder
FROM ubuntu:focal AS builder
ARG HOSTILE_VER
ARG BOWTIE2_VER

RUN apt-get update && apt-get install -y --no-install-recommends \
software-properties-common && \
Expand Down Expand Up @@ -36,7 +37,7 @@ RUN wget https://github.com/bede/hostile/archive/refs/tags/${HOSTILE_VER}.tar.gz


# Stage 2: Final image
FROM ubuntu:jammy AS app
FROM ubuntu:focal AS app

LABEL base.image="ubuntu:focal"
LABEL dockerfile.version="1"
Expand Down

0 comments on commit f2e2542

Please sign in to comment.