Skip to content

Commit

Permalink
build(deps): bump alpine from 3.18.3 to 3.18.4
Browse files Browse the repository at this point in the history
Bumps alpine from 3.18.3 to 3.18.4.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 4, 2023
1 parent 5d64fda commit e4d77c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use multi-stage build
FROM alpine:3.18.3 as builder
FROM alpine:3.18.4 as builder

ARG TARGETARCH
ARG LIQUIBASE_VERSION=4.24.0
Expand Down Expand Up @@ -28,7 +28,7 @@ RUN mkdir /liquibase/bin && \
rm lpm.zip

# Final Image
FROM alpine:3.18.3
FROM alpine:3.18.4

# Install smaller JRE, if available and acceptable
RUN apk add --no-cache openjdk17-jre-headless bash
Expand Down

0 comments on commit e4d77c1

Please sign in to comment.