mirror of
https://github.com/dragonheim/gagent.git
synced 2025-01-18 09:36:28 -08:00
fix: updating Go & Alpine versions
This commit is contained in:
parent
7924ed5962
commit
610ae5eed4
2 changed files with 4 additions and 4 deletions
|
@ -11,8 +11,8 @@ clone:
|
|||
|
||||
volumes:
|
||||
- name: dockersock
|
||||
host:
|
||||
path: /run/docker.sock
|
||||
host:
|
||||
path: /run/docker.sock
|
||||
|
||||
steps:
|
||||
- name: Notify Datadog That We Are Starting
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.16-alpine3.13 as builder
|
||||
FROM golang:1.16-alpine3.14 as builder
|
||||
|
||||
WORKDIR /gagent
|
||||
COPY . .
|
||||
|
@ -12,7 +12,7 @@ RUN go build -o /gagent/bin/gagent gagent/main.go
|
|||
RUN strip /gagent/bin/gagent
|
||||
|
||||
|
||||
FROM alpine:3.13
|
||||
FROM alpine:3.14
|
||||
LABEL Name="G'Agent"
|
||||
LABEL Maintainer="jwells@dragonheim.net"
|
||||
LABEL License="MIT License"
|
||||
|
|
Loading…
Add table
Reference in a new issue