Skip to content

Commit

Permalink
Start version refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnotmitt committed Jan 11, 2022
1 parent 9a2a5d3 commit c0d3e5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Container image that runs your code
FROM alpine:3.13.3
FROM alpine:edge

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh
Expand Down
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ if [ "$BUILD_LATEX" = true ] ; then
fi
apk add $PACKAGES

echo "::notice::You're on the bleeding edge of doxygen-action. To pin this version use: mattnotmitt/doxygen-action@$(doxygen --version)"

# run "regular" doxygen
doxygen $1

Expand Down

0 comments on commit c0d3e5d

Please sign in to comment.