Skip to content

Commit

Permalink
Update medal
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-tan committed Apr 16, 2021
1 parent a973ebb commit 2601068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
curl -SL https://github.com/tom-tan/medal-hook/releases/download/${medal_hook_ver}/medal-hook-linux-x86_64.tar.gz \
| sudo tar xC /usr/bin
env:
medal_ver: v1.1.3
medal_ver: v1.2.0
medal_hook_ver: v1.0.1
- uses: actions/setup-node@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.13.4

LABEL maintainer="Tomoya Tanjo <ttanjo@gmail.com>"

ARG medal_ver=v1.1.3
ARG medal_ver=v1.2.0
ARG medal_hook_ver=v1.0.1

RUN echo "@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && \
Expand Down

0 comments on commit 2601068

Please sign in to comment.