Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Aug 22, 2022
1 parent 76fbecb commit fcbfc88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
FROM ubuntu:22.04

ARG PENGUIN_VERSION=1.0.0
ARG PENGUIN_VERSION=1.0.1

RUN mkdir -p /app/configs
RUN mkdir -p /app/var/logs
RUN apt-get update

WORKDIR /app

RUN curl -sL https://github.com/Clivern/Penguin/releases/download/v${PENGUIN_VERSION}/penguin_${PENGUIN_VERSION}_Linux_x86_64.tar.gz | tar xz
RUN curl -sL https://github.com/uptimedog/penguin/releases/download/v${PENGUIN_VERSION}/penguin_${PENGUIN_VERSION}_Linux_x86_64.tar.gz | tar xz
RUN rm LICENSE
RUN rm README.md

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<img src="https://github.com/uptimedog/penguin/actions/workflows/release.yml/badge.svg">
</a>
<a href="https://github.com/uptimedog/penguin/releases">
<img src="https://img.shields.io/badge/Version-1.0.0-red.svg">
<img src="https://img.shields.io/badge/Version-1.0.1-red.svg">
</a>
<a href="https://goreportcard.com/report/github.com/uptimedog/penguin">
<img src="https://goreportcard.com/badge/github.com/uptimedog/penguin?v=1.0.0">
<img src="https://goreportcard.com/badge/github.com/uptimedog/penguin?v=1.0.1">
</a>
<a href="https://hub.docker.com/r/clivern/penguin">
<img src="https://img.shields.io/badge/Docker-Latest-green">
Expand Down

0 comments on commit fcbfc88

Please sign in to comment.