Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Commit

Permalink
privatebin: 1.4.0 -> 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed May 7, 2023
1 parent 46a050e commit b723917
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Expand Up @@ -111,7 +111,7 @@ jobs:
- image: privatebin
platforms: amd64,arm/v7,arm64
tags: latest
version: 1.4.0
version: 1.5.1

- image: reddiscord
platforms: amd64,arm/v7,arm64
Expand Down
4 changes: 2 additions & 2 deletions privatebin/Dockerfile
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update -q \

WORKDIR /var/www/html

ARG VERSION=1.4.0
ARG VERSION=1.5.1

RUN git clone --depth=1 --branch $VERSION -- https://github.com/PrivateBin/PrivateBin.git /var/www/html/ \
&& rm -r /var/www/html/.git \
Expand All @@ -18,7 +18,7 @@ COPY [ "files/conf.sample.php", "/var/www/html/cfg/conf.sample.php" ]

#--------------#

FROM php:apache-buster
FROM php:apache-bullseye

ARG VERSION

Expand Down

0 comments on commit b723917

Please sign in to comment.