File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515
16- FROM golang:1.20.3 @sha256:403f48633fb5ebd49f9a2b6ad6719f912df23dae44974a0c9445be331e72ff5e AS builder
16+ FROM golang:1.20.4 @sha256:6dd5c5f8936d7d4487802fb10a77f31b1776740be0fc17ada1acb74ac958f7be AS builder
1717ENV APP_ROOT=/opt/app-root
1818ENV GOPATH=$APP_ROOT
1919
@@ -28,7 +28,7 @@ RUN go build -o server main.go
2828RUN CGO_ENABLED=1 go build -gcflags "all=-N -l" -o server_debug main.go
2929
3030# Multi-Stage production build
31- FROM golang:1.20.3 @sha256:403f48633fb5ebd49f9a2b6ad6719f912df23dae44974a0c9445be331e72ff5e as deploy
31+ FROM golang:1.20.4 @sha256:6dd5c5f8936d7d4487802fb10a77f31b1776740be0fc17ada1acb74ac958f7be as deploy
3232
3333# Retrieve the binary from the previous stage
3434COPY --from=builder /opt/app-root/src/server /usr/local/bin/fulcio-server
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515
16- FROM golang:1.20.3 @sha256:403f48633fb5ebd49f9a2b6ad6719f912df23dae44974a0c9445be331e72ff5e AS builder
16+ FROM golang:1.20.4 @sha256:6dd5c5f8936d7d4487802fb10a77f31b1776740be0fc17ada1acb74ac958f7be AS builder
1717
1818WORKDIR /root/
1919
You can’t perform that action at this time.
0 commit comments