Skip to content

Commit

Permalink
Merge pull request #27 from teddybeermaniac/release/0.1.5
Browse files Browse the repository at this point in the history
Release v0.1.5
  • Loading branch information
teddybeermaniac authored Jul 28, 2024
2 parents ad261b2 + b926696 commit 36a5fe3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19.0 AS base
FROM alpine:3.20.2 AS base

RUN apk add --no-cache \
build-base \
Expand Down Expand Up @@ -35,6 +35,8 @@ ARG TINI_VERSION=0.19.0
WORKDIR /
RUN wget -O "/tini-${TINI_VERSION}.tar.gz" "https://github.com/krallin/tini/archive/refs/tags/v${TINI_VERSION}.tar.gz" && \
tar -xf "/tini-${TINI_VERSION}.tar.gz"
RUN wget -O "/223.patch" "https://github.com/krallin/tini/commit/10479a6eef32f8e64fd5bf894dee9c7a6f21ce4c.patch" && \
patch -Np1 -d "/tini-${TINI_VERSION}" -i "/223.patch"

WORKDIR /build
RUN cmake -DCMAKE_INSTALL_PREFIX=/ "/tini-${TINI_VERSION}" && \
Expand Down

0 comments on commit 36a5fe3

Please sign in to comment.