mirror of
https://github.com/vmorganp/Lazytainer.git
synced 2025-12-21 11:35:00 +01:00
Bump golang from 1.23rc2-alpine3.19 to 1.23-alpine3.19 (#67)
Bumps golang from 1.23rc2-alpine3.19 to 1.23-alpine3.19. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# syntax = docker/dockerfile:latest
|
||||
FROM golang:1.23rc2-alpine3.19 as build
|
||||
FROM golang:1.23-alpine3.19 as build
|
||||
RUN apk add --update build-base gcc wget git libpcap-dev
|
||||
WORKDIR /app
|
||||
COPY src/* /app/
|
||||
|
||||
Reference in New Issue
Block a user