Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vimagick committed Nov 8, 2024
1 parent e477761 commit 29ec88f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
PLATFORMS: 'linux/amd64,linux/arm64'
IMAGE_NAME: 'easypi/urlwatch'
URLWATCH_VERSION: '2.28'
URLWATCH_VERSION: '2.29'

jobs:
release:
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 @@
# Dockerfile for urlwatch
#

FROM alpine:3.18
FROM alpine:3.20
MAINTAINER EasyPi Software Foundation

ARG URLWATCH_VERSION
Expand Down

0 comments on commit 29ec88f

Please sign in to comment.