Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Update to Pritunl 1.25.1141.65
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tbird committed Oct 31, 2016
1 parent a404fef commit e16b3ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MAINTAINER Marc Villacorta Morera <marc.villacorta@gmail.com>
# Environment variables:
#------------------------------------------------------------------------------

ENV VERSION="1.25.1093.62"
ENV VERSION="1.25.1141.65"

#------------------------------------------------------------------------------
# Install:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ docker run -it --rm \
--privileged \
--net host --name pritunl \
--env MONGODB_URI=mongodb://127.0.0.1:27017/pritunl \
katosys/pritunl:latest
quay.io/kato/pritunl:latest
```

##### 3. Browse to:
Expand Down
2 changes: 1 addition & 1 deletion bin/build
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

docker build --rm -t katosys/pritunl .
docker build --rm -t quay.io/kato/pritunl .

0 comments on commit e16b3ea

Please sign in to comment.