Skip to content

Commit

Permalink
chore: fixed GO-2023-2382 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
giautm authored Dec 21, 2023
1 parent 7c6f47e commit cb7dcdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

# Build the manager binary
FROM golang:1.21-alpine as builder
FROM golang:1.21.5-alpine as builder
ARG TARGETOS
ARG TARGETARCH
ARG OPERATOR_VERSION
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/ariga/atlas-operator

go 1.21

toolchain go1.21.2
toolchain go1.21.5

require (
ariga.io/atlas v0.15.1-0.20231119120023-a36a5859611e
Expand Down

0 comments on commit cb7dcdc

Please sign in to comment.