Skip to content

Commit

Permalink
Merge pull request #562 from GoogleCloudPlatform/dependabot/docker/cu…
Browse files Browse the repository at this point in the history
…stom-metrics-stackdriver-adapter/golang-1.21-alpine

Bump golang from 1.19-alpine to 1.21-alpine in /custom-metrics-stackdriver-adapter
  • Loading branch information
CatherineF-dev authored Jan 10, 2024
2 parents a4a371d + ec36954 commit 1a599fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom-metrics-stackdriver-adapter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.19-alpine as builder
FROM golang:1.21-alpine as builder
WORKDIR ${GOPATH}/src/github.com/GoogleCloudPlatform/k8s-stackdriver/custom-metrics-stackdriver-adapter
COPY . ./
RUN CGO_ENABLED=0 GOOS=linux go build -mod=readonly -o /adapter
Expand Down

0 comments on commit 1a599fc

Please sign in to comment.