Skip to content

Commit

Permalink
Merge pull request #107 from FusionAuth/1.52.0.maintenance
Browse files Browse the repository at this point in the history
1.52.0.maintenance
  • Loading branch information
robotdan authored Aug 15, 2024
2 parents b9712fe + 8048419 commit 1b48a15
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.savant
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import java.nio.charset.StandardCharsets

project(group: "io.fusionauth", name: "fusionauth-containers", version: "1.52.0", licenses: ["ApacheV2_0"]) {
project(group: "io.fusionauth", name: "fusionauth-containers", version: "1.52.1", licenses: ["ApacheV2_0"]) {
workflow {
fetch {
cache()
Expand Down
4 changes: 2 additions & 2 deletions docker/fusionauth/fusionauth-app-mysql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
# -----------------------------------------------------------------------------
#
# Build:
# > docker build -t fusionauth/fusionauth-app-mysql:1.52.0 .
# > docker build -t fusionauth/fusionauth-app-mysql:1.52.1 .
# > docker build -t fusionauth/fusionauth-app-mysql:latest .
#
# Run:
# > docker run -p 9011:9011 -it fusionauth/fusionauth-app-mysql
#

FROM fusionauth/fusionauth-app:1.52.0
FROM fusionauth/fusionauth-app:1.52.1
ADD --chown=fusionauth:fusionauth https://search.maven.org/remotecontent?filepath=com/mysql/mysql-connector-j/8.0.33/mysql-connector-j-8.0.33.jar /usr/local/fusionauth/fusionauth-app/lib
6 changes: 3 additions & 3 deletions docker/fusionauth/fusionauth-app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Build:
# > docker pull ubuntu:noble
# > docker buildx build --platform=linux/arm64 -t fusionauth/fusionauth-app:1.52.0 .
# > docker buildx build --platform=linux/arm64 -t fusionauth/fusionauth-app:1.52.1 .
# > docker buildx build --platform=linux/arm64 -t fusionauth/fusionauth-app:latest .
#
# Note: Substitute your target platform architecture. The above example is targetting a 64-bit ARM platform.
Expand All @@ -13,15 +13,15 @@
# > docker run -p 9011:9011 -it fusionauth/fusionauth-app
#
# Publish:
# > docker push fusionauth/fusionauth-app:1.52.0
# > docker push fusionauth/fusionauth-app:1.52.1
# > docker push fusionauth/fusionauth-app:latest
#

###### Setup the java and fusionauth-app base #####################################################
FROM --platform=$BUILDPLATFORM ubuntu:noble AS build

ARG BUILDPLATFORM
ARG FUSIONAUTH_VERSION=1.52.0
ARG FUSIONAUTH_VERSION=1.52.1
ARG JDK_MODULES=java.base,java.compiler,java.desktop,java.instrument,java.logging,java.management,java.naming,java.net.http,java.rmi,java.security.jgss,java.security.sasl,java.sql,java.xml.crypto,jdk.attach,jdk.crypto.ec,jdk.dynalink,jdk.jcmd,jdk.jdi,jdk.localedata,jdk.jpackage,jdk.unsupported,jdk.zipfs
ARG TARGETPLATFORM
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion docker/fusionauth/release-trigger
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=1.52.0
version=1.52.1
latestVersion=true
tagSuffix=

0 comments on commit 1b48a15

Please sign in to comment.