Skip to content

Commit

Permalink
feat: ⬆️ Update docker base image
Browse files Browse the repository at this point in the history
  • Loading branch information
c00ldude1oo committed Aug 13, 2024
1 parent 59a98cf commit 75823dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bash:5.2.21-alpine3.18
FROM bash:5.2.32-alpine3.20
RUN apk add --no-cache openssh-client
WORKDIR /app
COPY main.bash /app
Expand Down
2 changes: 1 addition & 1 deletion dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bash:5.2.21-alpine3.18
FROM bash:5.2.32-alpine3.20
RUN apk add --no-cache openssh-client
WORKDIR /app
COPY main.bash /app
Expand Down

0 comments on commit 75823dd

Please sign in to comment.