mirror of
https://github.com/vmorganp/Lazytainer.git
synced 2025-12-25 14:59:30 +01:00
Merge remote-tracking branch 'origin/dependabot/docker/golang-1.22.3-alpine3.19'
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# syntax = docker/dockerfile:latest
|
# syntax = docker/dockerfile:latest
|
||||||
FROM golang:1.22.2-alpine3.19 as build
|
FROM golang:1.22.3-alpine3.19 as build
|
||||||
RUN apk add --update build-base gcc wget git libpcap-dev
|
RUN apk add --update build-base gcc wget git libpcap-dev
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY src/* /app/
|
COPY src/* /app/
|
||||||
|
|||||||
Reference in New Issue
Block a user