Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-tan committed May 6, 2021
1 parent 0c79084 commit 2bf9dc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ 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.2.0
medal_hook_ver: v1.0.1
medal_ver: v1.3.0
medal_hook_ver: v1.1.0
- uses: actions/setup-node@v2
with:
node-version: '14.x'
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM alpine:3.13.4

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

ARG medal_ver=v1.2.0
ARG medal_hook_ver=v1.0.1
ARG medal_ver=v1.3.0
ARG medal_hook_ver=v1.1.0

RUN echo "@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && \
apk --no-cache add ruby ruby-json ruby-etc nodejs jq docker-cli \
Expand Down

0 comments on commit 2bf9dc1

Please sign in to comment.