Skip to content

Commit 4b1a3f2

Browse files
committed
chore: prepare for release 1.5.0
1 parent a5dda76 commit 4b1a3f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Build image
1515
uses: ilteoood/docker_buildx@master
1616
with:
17-
tag: latest,1.4.0
17+
tag: latest,1.5.0
1818
platform: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/386,linux/arm/v7,linux/arm/v6
1919
imageName: ilteoood/docker-surfshark
2020
- name: Scan image

.github/workflows/build_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Build and publish image
1616
uses: ilteoood/docker_buildx@master
1717
with:
18-
tag: latest,1.4.0
18+
tag: latest,1.5.0
1919
imageName: ilteoood/docker-surfshark
2020
platform: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/386,linux/arm/v7,linux/arm/v6
2121
publish: true

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:latest
22
LABEL maintainer.name="Matteo Pietro Dazzi" \
33
maintainer.email="[email protected]" \
4-
version="1.4.0" \
4+
version="1.5.0" \
55
description="OpenVPN client configured for SurfShark VPN"
66
WORKDIR /vpn
77
ENV SURFSHARK_USER=

0 commit comments

Comments
 (0)