Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
quasystaty1 committed Jul 26, 2024
1 parent 063158b commit bfdc3f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:lts-alpine as frontend
LABEL org.opencontainers.image.source https://github.com/astriaorg/seq-faucet
LABEL org.opencontainers.image.source=https://github.com/astriaorg/seq-faucet

WORKDIR /frontend-build

Expand All @@ -9,7 +9,7 @@ RUN yarn install
COPY web ./
RUN yarn build

FROM golang:1.21-alpine as backend
FROM golang:1.22.5-alpine as backend

RUN apk add --no-cache gcc musl-dev linux-headers

Expand Down

0 comments on commit bfdc3f2

Please sign in to comment.