Skip to content

Commit

Permalink
Bump alpine from 3.18 to 3.19
Browse files Browse the repository at this point in the history
Bumps alpine from 3.18 to 3.19.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 10, 2023
1 parent 659fd3b commit b8b016b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion all.alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@



FROM alpine:3.18 AS stage-env
FROM alpine:3.19 AS stage-env

# Environment variable for tools, separate each name with comma (`,`) , must corresponding to install packages.
ENV SCANVIRUS_GHACTION_TOOLS=clamav,yara
Expand Down
2 changes: 1 addition & 1 deletion clamav.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@



FROM alpine:3.18 AS stage-env
FROM alpine:3.19 AS stage-env

# Environment variable for tools, separate each name with comma (`,`) , must corresponding to install packages.
ENV SCANVIRUS_GHACTION_TOOLS=clamav
Expand Down
2 changes: 1 addition & 1 deletion clamav.alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@



FROM alpine:3.18 AS stage-env
FROM alpine:3.19 AS stage-env

# Environment variable for tools, separate each name with comma (`,`) , must corresponding to install packages.
ENV SCANVIRUS_GHACTION_TOOLS=clamav
Expand Down
2 changes: 1 addition & 1 deletion yara.alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@



FROM alpine:3.18 AS stage-env
FROM alpine:3.19 AS stage-env

# Environment variable for tools, separate each name with comma (`,`) , must corresponding to install packages.
ENV SCANVIRUS_GHACTION_TOOLS=yara
Expand Down

0 comments on commit b8b016b

Please sign in to comment.