Skip to content

Commit

Permalink
fix: merge 'origin/main' and update base image
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed Feb 12, 2023
2 parents 4eb4ede + b02c4f0 commit 9683540
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- name: Build Container Image
id: docker_build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

- name: Push Container Image
id: docker_push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/radiorabe/s2i-core:2.0.0-alpha.3
FROM ghcr.io/radiorabe/s2i-core:2.0.0-alpha.4

RUN microdnf install -y \
autoconf \
Expand Down

0 comments on commit 9683540

Please sign in to comment.