Skip to content

Commit 2932091

Browse files
authored
v2.0.2 (#17)
Major updates * Using latest base images Build updates * Renaming publish workflows as main
1 parent 4c9fda0 commit 2932091

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

.github/workflows/publish-7_3.yml renamed to .github/workflows/main-7_3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: publish-7_3
1+
name: main-7_3
22

33
on:
44
push:
@@ -7,7 +7,7 @@ on:
77
tags-ignore:
88
- '**'
99
paths:
10-
- '.github/workflows/publish-7_3.yml'
10+
- '.github/workflows/main-7_3.yml'
1111
- '7.3/**'
1212
- 'overlay/**'
1313
- 'VERSION'

.github/workflows/publish-7_4.yml renamed to .github/workflows/main-7_4.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: publish-7_4
1+
name: main-7_4
22

33
on:
44
push:
@@ -7,7 +7,7 @@ on:
77
tags-ignore:
88
- '**'
99
paths:
10-
- '.github/workflows/publish-7_4.yml'
10+
- '.github/workflows/main-7_4.yml'
1111
- '7.4/**'
1212
- 'overlay/**'
1313
- 'VERSION'

.github/workflows/publish-8_0.yml renamed to .github/workflows/main-8_0.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: publish-8_0
1+
name: main-8_0
22

33
on:
44
push:
@@ -7,7 +7,7 @@ on:
77
tags-ignore:
88
- '**'
99
paths:
10-
- '.github/workflows/publish-8_0.yml'
10+
- '.github/workflows/main-8_0.yml'
1111
- '8.0/**'
1212
- 'overlay/**'
1313
- 'VERSION'

7.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bcgdesign/nginx:alpine-3.12-2.0.1
1+
FROM bcgdesign/nginx:alpine-3.12-2.0.2
22

33
LABEL maintainer="Ben Green <ben@bcgdesign.com>" \
44
org.label-schema.name="Nginx + PHP" \

7.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bcgdesign/nginx:alpine-3.13-2.0.1
1+
FROM bcgdesign/nginx:alpine-3.13-2.0.2
22

33
LABEL maintainer="Ben Green <ben@bcgdesign.com>" \
44
org.label-schema.name="Nginx + PHP" \

8.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bcgdesign/nginx:alpine-3.13-2.0.1
1+
FROM bcgdesign/nginx:alpine-3.13-2.0.2
22

33
LABEL maintainer="Ben Green <ben@bcgdesign.com>" \
44
org.label-schema.name="Nginx + PHP" \

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.1
1+
2.0.2

0 commit comments

Comments
 (0)