Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
anishathalye committed Jun 9, 2023
1 parent d61a690 commit d0caeca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.17
FROM alpine:3.18

RUN apk --no-cache add build-base ruby-dev
RUN apk --no-cache add curl
RUN gem install html-proofer -v 5.0.4
RUN gem install html-proofer -v 5.0.7

RUN apk --no-cache add python3 py3-pip
RUN apk --no-cache add openjdk8
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ inputs:

runs:
using: docker
image: docker://anishathalye/proof-html:2.0.2
image: docker://anishathalye/proof-html:2.0.4

branding:
icon: check-square
Expand Down

0 comments on commit d0caeca

Please sign in to comment.