Skip to content

Commit c4df843

Browse files
Bump alpine from 3.23.0 to 3.23.3 in /docker
Bumps alpine from 3.23.0 to 3.23.3. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.23.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d43b963 commit c4df843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
FROM alpine:3.23.0@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 AS staging_area
17+
FROM alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 AS staging_area
1818

1919
RUN apk --no-cache add openjdk25-jdk openjdk25-jmods
2020

@@ -53,7 +53,7 @@ RUN jlink \
5353
--strip-java-debug-attributes \
5454
--output "$JAVA_MINIMAL"
5555

56-
FROM alpine:3.23.0@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375
56+
FROM alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
5757

5858
ENV JAVA_HOME=/opt/java-minimal
5959
ENV PATH="$PATH:$JAVA_HOME/bin"

0 commit comments

Comments
 (0)