Skip to content

Commit

Permalink
Bump alpine from 3.14.2 to 3.14.3 in /11/alpine
Browse files Browse the repository at this point in the history
Bumps alpine from 3.14.2 to 3.14.3.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 15, 2021
1 parent 4c9a53d commit c96fa99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 11/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.

FROM alpine:3.14.2 as jre-build
FROM alpine:3.14.3 as jre-build

RUN apk add --update --no-cache openjdk11-jdk openjdk11-jmods

Expand All @@ -36,7 +36,7 @@ RUN jlink \
--compress=2 \
--output /javaruntime

FROM alpine:3.14.2
FROM alpine:3.14.3

ARG VERSION=4.10
ARG user=jenkins
Expand Down

0 comments on commit c96fa99

Please sign in to comment.