Skip to content

Commit

Permalink
chore: Bump JDK17 default ARG version on Alpine Dockerfile
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
github-actions[bot] committed Feb 3, 2025
1 parent d9a141e commit fad2a3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

ARG JAVA_VERSION=17.0.13_11
ARG JAVA_VERSION=17.0.14_7
ARG ALPINE_TAG=3.21.2
FROM alpine:"${ALPINE_TAG}" AS jre-build

Expand All @@ -33,7 +33,7 @@ ARG TARGETPLATFORM
COPY jdk-download-url.sh /usr/bin/local/jdk-download-url.sh
COPY jdk-download.sh /usr/bin/local/jdk-download.sh

ARG JAVA_VERSION=17.0.13_11
ARG JAVA_VERSION=17.0.14_7
# hadolint ignore=DL3018
RUN apk add --no-cache \
ca-certificates \
Expand Down

0 comments on commit fad2a3c

Please sign in to comment.