Skip to content

Commit 10fe0e3

Browse files
chore(deps): bump golang in /images (#1714)
Bumps golang from 1.24.5-alpine3.22 to 1.24.6-alpine3.22. --- updated-dependencies: - dependency-name: golang dependency-version: 1.24.6-alpine3.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4a1dc9f commit 10fe0e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/go_service.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.24.5-alpine3.22 AS builder
15+
FROM golang:1.24.6-alpine3.22 AS builder
1616

1717
WORKDIR /work
1818

0 commit comments

Comments
 (0)