Skip to content

Commit 73584de

Browse files
Update All
1 parent 13b08b6 commit 73584de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020

2121
- name: Buildah Action
2222
id: build_image

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:12-slim
1+
FROM debian:13-slim
22

33
ARG USERNAME=wine-builder
44
ARG USER_UID=1000

0 commit comments

Comments
 (0)