Skip to content

Commit

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

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

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


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

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

0 comments on commit fed5b82

Please sign in to comment.