Skip to content

Commit cadf1f0

Browse files
authored
refactor(Dockerfile): upgrade go version to 1.23 (#333)
1 parent 8eb16b4 commit cadf1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vermeer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17-
FROM golang:1.18-alpine AS builder
17+
FROM golang:1.23-alpine AS builder
1818
COPY ./ /src/
1919
WORKDIR /src/
2020
ENV CGO_ENABLED="0"

0 commit comments

Comments
 (0)