Skip to content
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.

Commit

Permalink
bump to v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Aug 24, 2019
1 parent 60ef84d commit d6cef3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"
Expand All @@ -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 \
Expand Down

0 comments on commit d6cef3f

Please sign in to comment.