Skip to content

Commit

Permalink
bump to latest minifoxwq
Browse files Browse the repository at this point in the history
  • Loading branch information
scarytom committed Mar 2, 2024
1 parent b0cc32f commit 80dbedc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM docker.io/ubuntu:jammy AS build

RUN apt-get update \
&& apt-get install --assume-yes wget unzip \
&& wget --no-verbose https://github.com/openfoxwq/openfoxwq.github.io/releases/download/v0.9/minifox-v0.9-linux.zip \
&& unzip -qq -d minifox minifox-v0.9-linux.zip
&& wget --no-verbose https://github.com/openfoxwq/openfoxwq.github.io/releases/download/v0.13/minifox-v0.13-linux.zip \
&& unzip -qq -d minifox minifox-v0.13-linux.zip

FROM docker.io/ubuntu:jammy

Expand Down

0 comments on commit 80dbedc

Please sign in to comment.