File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang:1.23.4 -alpine3.19 @sha256:5f3336882ad15d10ac1b59fbaba7cb84c35d4623774198b36ae60edeba45fd84 AS builder
15
+ FROM golang:1.23.5 -alpine3.21 @sha256:47d337594bd9e667d35514b241569f95fb6d95727c24b19468813d596d5ae596 AS builder
16
16
17
17
WORKDIR /src
18
18
COPY ./go.mod ./go.sum ./
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang:1.23.4 -alpine3.19 @sha256:5f3336882ad15d10ac1b59fbaba7cb84c35d4623774198b36ae60edeba45fd84
15
+ FROM golang:1.23.5 -alpine3.21 @sha256:47d337594bd9e667d35514b241569f95fb6d95727c24b19468813d596d5ae596
16
16
17
17
RUN mkdir /src
18
18
WORKDIR /src
You can’t perform that action at this time.
0 commit comments