Skip to content

Commit e3102b3

Browse files
fix(deps): bump alpine from 3.23.3 to 3.23.4 in /testdata/acceptance (#1076)
Bumps alpine from 3.23.3 to 3.23.4. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.23.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9b16218 commit e3102b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testdata/acceptance/apk.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.23.3 AS test_base
1+
FROM alpine:3.23.4 AS test_base
22
ARG package
33
RUN echo "${package}"
44
COPY ${package} /tmp/foo.apk

0 commit comments

Comments
 (0)