Skip to content

Commit

Permalink
Merge branch 'develop' into fix-publish-to-ghcr-gh-workflow-gradle-ub…
Browse files Browse the repository at this point in the history
…untu-issue
  • Loading branch information
gabezurita authored Nov 21, 2024
2 parents d20308c + 97bd3ed commit 71ea21a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db-init/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM flyway/flyway:10.21-alpine
FROM flyway/flyway:10.22-alpine

# hadolint ignore=DL3018
RUN <<EOR
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the official AWS CLI image for the first stage
FROM amazon/aws-cli:2.22.0 as awscli
FROM amazon/aws-cli:2.22.2 as awscli

# Use the bitnami/minideb:bookworm as the base image for the second stage
FROM bitnami/minideb:bookworm
Expand Down

0 comments on commit 71ea21a

Please sign in to comment.