Skip to content

Commit

Permalink
Update go to 1.22.4 in custombuild
Browse files Browse the repository at this point in the history
  • Loading branch information
louischan-oursky committed Jun 7, 2024
1 parent ad35b9b commit 7a458b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custombuild/cmd/authgearx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# Stage 1: Build the Go binary
FROM golang:1.22.3-bookworm as stage1
FROM golang:1.22.4-bookworm as stage1

# Install build time C dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion custombuild/cmd/portalx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

# Stage 1: Build the Go binary
FROM golang:1.22.3-bookworm as stage1
FROM golang:1.22.4-bookworm as stage1

# Install build time C dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion custombuild/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/authgear/authgear-server/custombuild

go 1.22.3
go 1.22.4

replace github.com/authgear/authgear-server v0.0.0 => ../

Expand Down

0 comments on commit 7a458b8

Please sign in to comment.