Skip to content

Commit

Permalink
chore: update alpine base image in Dockerfile (#4465)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-luna authored Feb 20, 2025
1 parent fc37783 commit 6623bf5
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,9 @@ updates:
github-actions:
patterns:
- "*"

# Docker
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
16 changes: 16 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,22 @@ Notes:
See the <<upgrade-to-v4>> guide.
==== Unreleased
[float]
===== Breaking changes
[float]
===== Features
[float]
===== Bug fixes
[float]
===== Chores
* Update base image of alpine in `Dockerfile` to version `3.21.3`. ({pull}4465[#4465])
[[release-notes-4.11.0]]
==== 4.11.0 - 2025/01/20
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pin to Alpine 3.9
# For a complete list of hashes, see:
# https://github.com/docker-library/repo-info/tree/master/repos/alpine/remote
FROM alpine@sha256:115731bab0862031b44766733890091c17924f9b7781b79997f5f163be262178
# Pin the latest Alpine 3
# https://github.com/docker-library/repo-info/blob/master/repos/alpine/remote/3.md

FROM alpine@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
ARG AGENT_DIR
COPY ${AGENT_DIR} /opt/nodejs

0 comments on commit 6623bf5

Please sign in to comment.