chore(deps): update golang docker tag to v1.24
All checks were successful
/ build-container (push) Successful in 53s
All checks were successful
/ build-container (push) Successful in 53s
This commit is contained in:
parent
65337a9c13
commit
0a459526e0
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
FROM library/golang:1.23 AS build
|
||||
FROM library/golang:1.24 AS build
|
||||
RUN apt-get update && apt-get install -y ca-certificates && mkdir -p /tmp/etc/ssl/certs && cp /etc/ssl/certs/ca-certificates.crt /tmp/etc/ssl/certs/ca-certificates.crt
|
||||
ADD . /go/s3staticsite
|
||||
WORKDIR /go/s3staticsite
|
||||
|
|
Loading…
Add table
Reference in a new issue