Skip to content

Commit

Permalink
Merge pull request #53 from amayer5125/ubuntu-twenty-four-oh-four
Browse files Browse the repository at this point in the history
Upgrade Base Image to Ubuntu 24.04
  • Loading branch information
navicore authored Jul 29, 2024
2 parents 32178da + f222d8d commit 012de74
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y curl jq
DEBIAN_FRONTEND=noninteractive apt-get install -y curl jq && \
rm -rf /var/lib/apt/lists/*

COPY check /opt/resource/check
COPY in /opt/resource/in
COPY out /opt/resource/out
COPY card.jq /opt/resource/card.jq

RUN chmod +x /opt/resource/out /opt/resource/in /opt/resource/check
RUN chmod +x /opt/resource/out /opt/resource/in /opt/resource/check

0 comments on commit 012de74

Please sign in to comment.