From 542d74a08867d929fa8669f98466841e0845a9af Mon Sep 17 00:00:00 2001 From: janhendrik hausner Date: Sat, 31 Dec 2022 20:09:58 +0100 Subject: [PATCH 1/2] updated dependencies #patch --- .github/workflows/master.yaml | 4 ++-- Dockerfile | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index 3de3c9e..87daecc 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -14,7 +14,7 @@ jobs: fetch-depth: '0' - name: Bump version and push tag - uses: anothrNick/github-tag-action@1.36.0 + uses: anothrNick/github-tag-action@1.55.0 id: tag-version env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -22,7 +22,7 @@ jobs: RELEASE_BRANCHES: master - name: Docker Login - uses: docker/login-action@v1.14.1 + uses: docker/login-action@v2.1.0 with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_PASS }} diff --git a/Dockerfile b/Dockerfile index 8e81963..4d8becd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM ubuntu:20.04 as build +FROM ubuntu:22.04 as build LABEL maintainer="Jan-Hendrik Hausner " -ARG ACTIVE_MQ_VERSION=5.16.3 +ARG ACTIVE_MQ_VERSION=5.17.3 RUN apt update && \ apt install -y wget && \ wget https://archive.apache.org/dist/activemq/$ACTIVE_MQ_VERSION/apache-activemq-$ACTIVE_MQ_VERSION-bin.tar.gz && \ @@ -8,8 +8,8 @@ RUN apt update && \ mv apache-activemq-$ACTIVE_MQ_VERSION /opt/apache-activemq-$ACTIVE_MQ_VERSION COPY activemq.xml /opt/apache-activemq-$ACTIVE_MQ_VERSION/conf -FROM openjdk:11.0.14 -ENV ACTIVE_MQ_VERSION=5.16.3 +FROM openjdk:11.0.16 +ENV ACTIVE_MQ_VERSION=5.17.3 ENV ACTIVE_MQ_USERNAME=test ENV ACTIVE_MQ_PASSWORD=test WORKDIR /opt/apache-activemq-$ACTIVE_MQ_VERSION From 268d28a68abff39895473ce92e7eeecf1d472094 Mon Sep 17 00:00:00 2001 From: janhendrik hausner Date: Sun, 1 Jan 2023 12:33:25 +0100 Subject: [PATCH 2/2] updated dependencies #patch --- .github/workflows/master.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index 87daecc..234dc5c 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -14,7 +14,7 @@ jobs: fetch-depth: '0' - name: Bump version and push tag - uses: anothrNick/github-tag-action@1.55.0 + uses: anothrNick/github-tag-action@1.40.0 id: tag-version env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}