Browse Source

update go version

pull/8580/head
Chris Lu 4 days ago
parent
commit
bff084ff6a
  1. 2
      test/postgres/Dockerfile.client
  2. 2
      test/postgres/Dockerfile.producer
  3. 2
      test/postgres/Dockerfile.seaweedfs

2
test/postgres/Dockerfile.client

@ -1,4 +1,4 @@
FROM golang:1.24-alpine AS builder
FROM golang:1.25-alpine AS builder
# Set working directory
WORKDIR /app

2
test/postgres/Dockerfile.producer

@ -1,4 +1,4 @@
FROM golang:1.24-alpine AS builder
FROM golang:1.25-alpine AS builder
# Set working directory
WORKDIR /app

2
test/postgres/Dockerfile.seaweedfs

@ -1,4 +1,4 @@
FROM golang:1.24-alpine AS builder
FROM golang:1.25-alpine AS builder
# Install git and other build dependencies
RUN apk add --no-cache git make

Loading…
Cancel
Save