Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
ci(deps): update golang docker tag to v1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 14, 2023
1 parent 0beb412 commit 2f089f0
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,4 +1,4 @@
FROM golang:1.20-alpine AS build-env
FROM golang:1.21-alpine AS build-env

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18-alpine
FROM golang:1.21-alpine

RUN apk add --update git alpine-sdk bash build-base
RUN go install github.com/tebeka/go2xunit@latest && \
Expand Down

0 comments on commit 2f089f0

Please sign in to comment.