mirror of
https://github.com/offen/docker-volume-backup.git
synced 2025-09-16 11:24:38 +08:00
Bump golang from 1.22-alpine to 1.23-alpine
Bumps golang from 1.22-alpine to 1.23-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8b5c9a494f
commit
cf1dcf9301
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Copyright 2022 - offen.software <hioffen@posteo.de>
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
FROM golang:1.22-alpine as builder
|
||||
FROM golang:1.23-alpine as builder
|
||||
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
|
|
Loading…
Add table
Reference in a new issue