Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmisasi committed Dec 3, 2024
1 parent db2cc51 commit dfae01a
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
@@ -1,6 +1,6 @@
# Build the matterwick
# Build image: golang:1.19.5
ARG DOCKER_BUILD_IMAGE=golang@sha256:a0b51fe882f269828b63e7f69e6925f85afc548cf7cf967ecbfbcce6afe6f235
ARG DOCKER_BUILD_IMAGE=golang@1.22-alpine
# Base image: alpine 3.16.3
ARG DOCKER_BASE_IMAGE=alpine@sha256:3d426b0bfc361d6e8303f51459f17782b219dece42a1c7fe463b6014b189c86d

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/mattermost/matterwick

go 1.22
go 1.22.0

toolchain go1.22.8

Expand Down

0 comments on commit dfae01a

Please sign in to comment.