Skip to content

Commit 8993884

Browse files
Update all non-major dependencies
1 parent 21dd3c5 commit 8993884

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Bump version and push tag
2424
id: github_tag_action
25-
uses: anothrNick/github-tag-action@1.67.0
25+
uses: anothrNick/github-tag-action@1.73.0
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
WITH_V: true

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.18.4
1+
FROM alpine:3.21.3
22
COPY docker /docker
33

44
ENTRYPOINT echo "Hello $TEST_ENV!"

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ version: '2.4'
22

33
services:
44
alpine:
5-
image: alpine:3.18.4
5+
image: alpine:3.21.3
66
command: echo Hello world!

0 commit comments

Comments
 (0)