From d6cef3f3b9a50bd3f01ad6ba5ae6e1e04328ca3e Mon Sep 17 00:00:00 2001 From: axetroy Date: Sat, 24 Aug 2019 10:45:30 +0800 Subject: [PATCH] bump to v0.16.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2517d0c..cfdd639 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:19.10 WORKDIR /root -LABEL version="0.15.0" +LABEL version="0.16.0" LABEL repository="https://github.com/axetroy/actions-deno" LABEL homepage="https://github.com/axetroy/actions-deno" LABEL maintainer="Axetroy " @@ -12,7 +12,7 @@ LABEL com.github.actions.description="Wraps the Deno CLI." LABEL com.github.actions.icon="package" LABEL com.github.actions.color="blue" -ENV DENO_VERSION v0.15.0 +ENV DENO_VERSION v0.16.0 RUN apt-get update \ && apt-get install -y curl \