update tag and force a new build

Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
James Strong 2022-03-16 12:57:48 -04:00
parent 8c16e754b0
commit 2fefd714bd
No known key found for this signature in database
GPG key ID: 11048BF1C893BC89
2 changed files with 2 additions and 3 deletions

2
TAG
View file

@ -1 +1 @@
v1.1.2 v1.1.3

View file

@ -11,8 +11,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
FROM alpine:3.15.0 as builder FROM alpine:3.15.0 as builder
COPY . / COPY . /
@ -74,4 +72,5 @@ RUN apk update \
EXPOSE 80 443 EXPOSE 80 443
ENTRYPOINT ["/usr/local/entrypoint.sh"] ENTRYPOINT ["/usr/local/entrypoint.sh"]
CMD ["nginx", "-g", "daemon off;"] CMD ["nginx", "-g", "daemon off;"]