Skip to content

Commit 176fbf6

Browse files
lyleschemmerlingwied03FusionAuth Automation
authored
Lyle/fix main (#121)
* Updated version for fusionauth-containers to 1.57.0 * Publish 1.57.0 * Publish 1.56.0 (#120) Co-authored-by: FusionAuth Automation <donotreply@fusionauth.io> --------- Co-authored-by: Brady Wied <brady.wied@fusionauth.io> Co-authored-by: Brady Wied <wied03@users.noreply.github.com> Co-authored-by: FusionAuth Automation <donotreply@fusionauth.io>
1 parent f2dea9b commit 176fbf6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.56.0", licenses: ["ApacheV2_0"]) {
19+
project(group: "io.fusionauth", name: "fusionauth-containers", version: "1.57.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.56.0 .
25+
# > docker build -t fusionauth/fusionauth-app-mysql:1.57.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.56.0
32+
FROM fusionauth/fusionauth-app:1.57.0
3333
ADD --chown=fusionauth:fusionauth https://search.maven.org/remotecontent?filepath=com/mysql/mysql-connector-j/9.0.0/mysql-connector-j-9.0.0.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.56.0 .
6+
# > docker buildx build --platform=linux/arm64 -t fusionauth/fusionauth-app:1.57.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.56.0
16+
# > docker push fusionauth/fusionauth-app:1.57.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.56.0
24+
ARG FUSIONAUTH_VERSION=1.57.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

docker/fusionauth/release-trigger

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=1.56.0
1+
version=1.57.0
22
latestVersion=true
33
tagSuffix=

0 commit comments

Comments
 (0)