Commit bc8a1da1 authored by felipe's avatar felipe Committed by GitHub

fix(proxyd): alpine version should be 3.18 (#7781)

parent 337df002
FROM golang:1.21.3-alpine3.18.4 as builder FROM golang:1.21.3-alpine3.18 as builder
ARG GITCOMMIT=docker ARG GITCOMMIT=docker
ARG GITDATE=docker ARG GITDATE=docker
...@@ -12,7 +12,7 @@ WORKDIR /app ...@@ -12,7 +12,7 @@ WORKDIR /app
RUN make proxyd RUN make proxyd
FROM alpine:3.18.4 FROM alpine:3.18
RUN apk add bind-tools jq curl bash git redis RUN apk add bind-tools jq curl bash git redis
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment