Skip to content

Commit 33be88b

Browse files
committed
bumps
1 parent 696df0d commit 33be88b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.10 AS build
1+
FROM ubuntu:latest AS build
22
MAINTAINER srl295
33
LABEL org.opencontainers.image.source = "https://github.com/codehivetx/dock-warrior"
44

@@ -26,12 +26,12 @@ ARG TASK_VERSION=2.6.2
2626
RUN (mkdir task ; cd task ; curl -L https://github.com/GothenburgBitFactory/taskwarrior/releases/download/v${TASK_VERSION}/task-${TASK_VERSION}.tar.gz | tar xfpz - --strip-components=1)
2727
RUN (cd task && cmake -DCMAKE_INSTALL_PREFIX=${OPT} -DCMAKE_BULD_TYPE=release . && make -j2 all install )
2828

29-
ARG TIMEW_VERSION=1.4.3
29+
ARG TIMEW_VERSION=1.6.0
3030
RUN (mkdir timew ; cd timew ; curl -L https://github.com/GothenburgBitFactory/timewarrior/releases/download/v${TIMEW_VERSION}/timew-${TIMEW_VERSION}.tar.gz | tar xfpz - --strip-components=1)
3131
RUN (cd timew && cmake -DCMAKE_INSTALL_PREFIX=${OPT} -DCMAKE_BULD_TYPE=release . && make -j2 all install )
3232

3333
# Now, the runner
34-
FROM ubuntu:22.10 AS run
34+
FROM ubuntu:latest AS run
3535
RUN apt-get update
3636
RUN DEBIAN_FRONTEND="noninteractive" apt-get install -y python3 tzdata python3-pip curl emacs-nox
3737
ENV TZ="America/New_York"

0 commit comments

Comments
 (0)