Skip to content

Commit

Permalink
Updated to version 23.0.170. Removed entrypoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
flounderpinto committed May 31, 2024
1 parent 102072b commit d2ef39e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
4 changes: 1 addition & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
ARG QUICKTYPE_VERSION=23.0.81
ARG QUICKTYPE_VERSION=23.0.170
RUN apt update && \
apt install -y \
curl && \
Expand All @@ -15,5 +15,3 @@ RUN apt update && \
curl && \
apt autoremove -y && \
rm -rf /var/lib/apt/lists/*

ENTRYPOINT ["quicktype"]
17 changes: 0 additions & 17 deletions docker/entrypoint.sh

This file was deleted.

0 comments on commit d2ef39e

Please sign in to comment.