Skip to content

Commit d27f088

Browse files
committed
Updated version for fusionauth-containers to 1.53.0
1 parent f73129e commit d27f088

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.savant

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import java.nio.charset.StandardCharsets
1818

19-
project(group: "io.fusionauth", name: "fusionauth-containers", version: "1.52.1", licenses: ["ApacheV2_0"]) {
19+
project(group: "io.fusionauth", name: "fusionauth-containers", version: "1.53.0", licenses: ["ApacheV2_0"]) {
2020
workflow {
2121
fetch {
2222
cache()

docker/fusionauth/fusionauth-app-mysql/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
# -----------------------------------------------------------------------------
2323
#
2424
# Build:
25-
# > docker build -t fusionauth/fusionauth-app-mysql:1.52.1 .
25+
# > docker build -t fusionauth/fusionauth-app-mysql:1.53.0 .
2626
# > docker build -t fusionauth/fusionauth-app-mysql:latest .
2727
#
2828
# Run:
2929
# > docker run -p 9011:9011 -it fusionauth/fusionauth-app-mysql
3030
#
3131

32-
FROM fusionauth/fusionauth-app:1.52.1
32+
FROM fusionauth/fusionauth-app:1.53.0
3333
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

docker/fusionauth/fusionauth-app/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Build:
55
# > docker pull ubuntu:noble
6-
# > docker buildx build --platform=linux/arm64 -t fusionauth/fusionauth-app:1.52.1 .
6+
# > docker buildx build --platform=linux/arm64 -t fusionauth/fusionauth-app:1.53.0 .
77
# > docker buildx build --platform=linux/arm64 -t fusionauth/fusionauth-app:latest .
88
#
99
# Note: Substitute your target platform architecture. The above example is targetting a 64-bit ARM platform.
@@ -13,15 +13,15 @@
1313
# > docker run -p 9011:9011 -it fusionauth/fusionauth-app
1414
#
1515
# Publish:
16-
# > docker push fusionauth/fusionauth-app:1.52.1
16+
# > docker push fusionauth/fusionauth-app:1.53.0
1717
# > docker push fusionauth/fusionauth-app:latest
1818
#
1919

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

2323
ARG BUILDPLATFORM
24-
ARG FUSIONAUTH_VERSION=1.52.1
24+
ARG FUSIONAUTH_VERSION=1.53.0
2525
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
2626
ARG TARGETPLATFORM
2727
ARG TARGETARCH

0 commit comments

Comments
 (0)