diff options
author | 2024-10-01 15:34:48 +0100 | |
---|---|---|
committer | 2024-10-02 13:51:49 +0000 | |
commit | e502acbd82829b11624bd10e38c01a5e57d88492 (patch) | |
tree | 8eb9209e66623ad16c41a770a50c3dd47f095571 /policy-jre/alpine | |
parent | 36dcba5249bd13892941d73cc1ac1b561e6d2424 (diff) |
Update alpine version for security updates
Issue-ID: POLICY-5021
Change-Id: I02943545508de777f34c4db7a348ef5aad97e613
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'policy-jre/alpine')
-rw-r--r-- | policy-jre/alpine/src/main/docker/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/policy-jre/alpine/src/main/docker/Dockerfile b/policy-jre/alpine/src/main/docker/Dockerfile index d8af19f8..c5c0273d 100644 --- a/policy-jre/alpine/src/main/docker/Dockerfile +++ b/policy-jre/alpine/src/main/docker/Dockerfile @@ -1,7 +1,7 @@ # ============LICENSE_START======================================================= # Copyright (C) 2019 Tieto. All rights reserved. # Modifications Copyright (C) 2020, 2021 AT&T Intellectual Property. All rights reserved. -# Modifications Copyright (C) 2020, 2022-2023 Nordix Foundation. +# Modifications Copyright (C) 2020, 2022-2024 Nordix Foundation. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= -FROM alpine:3.18.2 +FROM alpine:3.20.3 LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy JRE Alpine" |