Skip to content

Commit

Permalink
chore(deps): bump alpine from 3.19 to 3.20 in /builder
Browse files Browse the repository at this point in the history
Bumps alpine from 3.19 to 3.20.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 16, 2025
1 parent 0495d22 commit fe00ec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builder/Dockerfile.alpine-tracee-container
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ARG GO_VERSION=1.22.0
# tracee-base
#

FROM alpine:3.19 AS tracee-base
FROM alpine:3.20 AS tracee-base
LABEL AS=tracee-base
USER root

Expand Down
2 changes: 1 addition & 1 deletion builder/Dockerfile.alpine-tracee-make
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# alpine-base: install necessary packages and tools
#

FROM alpine:3.19 AS alpine-base
FROM alpine:3.20 AS alpine-base
LABEL AS=alpine-base
USER root

Expand Down

0 comments on commit fe00ec1

Please sign in to comment.