Skip to content

Commit

Permalink
Build on PR + update alpine docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonbaeten committed Aug 26, 2024
1 parent 93f3e93 commit 12f11f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build

on:
pull_request:
branches: [ "main" ]
push:
branches: [ "main" ]

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16
FROM alpine:3.20
ARG TARGETARCH
ENV HTTP_HOST="0.0.0.0"
WORKDIR /app
Expand Down

0 comments on commit 12f11f0

Please sign in to comment.